Statistics
| Branch: | Revision:

root / gdb-xml / power64-core.xml @ 1f3d3c8f

History | View | Annotate | Download (2.1 kB)

1 c8b3532d aurel32
<?xml version="1.0"?>
2 c8b3532d aurel32
<!-- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
3 c8b3532d aurel32

4 c8b3532d aurel32
     Copying and distribution of this file, with or without modification,
5 c8b3532d aurel32
     are permitted in any medium without royalty provided the copyright
6 c8b3532d aurel32
     notice and this notice are preserved.  -->
7 c8b3532d aurel32
8 c8b3532d aurel32
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 c8b3532d aurel32
<feature name="org.gnu.gdb.power.core">
10 c8b3532d aurel32
  <reg name="r0" bitsize="64" type="uint64"/>
11 c8b3532d aurel32
  <reg name="r1" bitsize="64" type="uint64"/>
12 c8b3532d aurel32
  <reg name="r2" bitsize="64" type="uint64"/>
13 c8b3532d aurel32
  <reg name="r3" bitsize="64" type="uint64"/>
14 c8b3532d aurel32
  <reg name="r4" bitsize="64" type="uint64"/>
15 c8b3532d aurel32
  <reg name="r5" bitsize="64" type="uint64"/>
16 c8b3532d aurel32
  <reg name="r6" bitsize="64" type="uint64"/>
17 c8b3532d aurel32
  <reg name="r7" bitsize="64" type="uint64"/>
18 c8b3532d aurel32
  <reg name="r8" bitsize="64" type="uint64"/>
19 c8b3532d aurel32
  <reg name="r9" bitsize="64" type="uint64"/>
20 c8b3532d aurel32
  <reg name="r10" bitsize="64" type="uint64"/>
21 c8b3532d aurel32
  <reg name="r11" bitsize="64" type="uint64"/>
22 c8b3532d aurel32
  <reg name="r12" bitsize="64" type="uint64"/>
23 c8b3532d aurel32
  <reg name="r13" bitsize="64" type="uint64"/>
24 c8b3532d aurel32
  <reg name="r14" bitsize="64" type="uint64"/>
25 c8b3532d aurel32
  <reg name="r15" bitsize="64" type="uint64"/>
26 c8b3532d aurel32
  <reg name="r16" bitsize="64" type="uint64"/>
27 c8b3532d aurel32
  <reg name="r17" bitsize="64" type="uint64"/>
28 c8b3532d aurel32
  <reg name="r18" bitsize="64" type="uint64"/>
29 c8b3532d aurel32
  <reg name="r19" bitsize="64" type="uint64"/>
30 c8b3532d aurel32
  <reg name="r20" bitsize="64" type="uint64"/>
31 c8b3532d aurel32
  <reg name="r21" bitsize="64" type="uint64"/>
32 c8b3532d aurel32
  <reg name="r22" bitsize="64" type="uint64"/>
33 c8b3532d aurel32
  <reg name="r23" bitsize="64" type="uint64"/>
34 c8b3532d aurel32
  <reg name="r24" bitsize="64" type="uint64"/>
35 c8b3532d aurel32
  <reg name="r25" bitsize="64" type="uint64"/>
36 c8b3532d aurel32
  <reg name="r26" bitsize="64" type="uint64"/>
37 c8b3532d aurel32
  <reg name="r27" bitsize="64" type="uint64"/>
38 c8b3532d aurel32
  <reg name="r28" bitsize="64" type="uint64"/>
39 c8b3532d aurel32
  <reg name="r29" bitsize="64" type="uint64"/>
40 c8b3532d aurel32
  <reg name="r30" bitsize="64" type="uint64"/>
41 c8b3532d aurel32
  <reg name="r31" bitsize="64" type="uint64"/>
42 c8b3532d aurel32
43 c8b3532d aurel32
  <reg name="pc" bitsize="64" type="code_ptr" regnum="64"/>
44 c8b3532d aurel32
  <reg name="msr" bitsize="64" type="uint64"/>
45 c8b3532d aurel32
  <reg name="cr" bitsize="32" type="uint32"/>
46 c8b3532d aurel32
  <reg name="lr" bitsize="64" type="code_ptr"/>
47 c8b3532d aurel32
  <reg name="ctr" bitsize="64" type="uint64"/>
48 c8b3532d aurel32
  <reg name="xer" bitsize="32" type="uint32"/>
49 c8b3532d aurel32
</feature>