Statistics
| Branch: | Revision:

root / gdb-xml / arm-vfp3.xml @ 8ca209ad

History | View | Annotate | Download (2 kB)

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

4 56aebc89 pbrook
     Copying and distribution of this file, with or without modification,
5 56aebc89 pbrook
     are permitted in any medium without royalty provided the copyright
6 56aebc89 pbrook
     notice and this notice are preserved.  -->
7 56aebc89 pbrook
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 e53bd703 pbrook
<feature name="org.gnu.gdb.arm.vfp">
9 56aebc89 pbrook
  <reg name="d0" bitsize="64" type="float"/>
10 56aebc89 pbrook
  <reg name="d1" bitsize="64" type="float"/>
11 56aebc89 pbrook
  <reg name="d2" bitsize="64" type="float"/>
12 56aebc89 pbrook
  <reg name="d3" bitsize="64" type="float"/>
13 56aebc89 pbrook
  <reg name="d4" bitsize="64" type="float"/>
14 56aebc89 pbrook
  <reg name="d5" bitsize="64" type="float"/>
15 56aebc89 pbrook
  <reg name="d6" bitsize="64" type="float"/>
16 56aebc89 pbrook
  <reg name="d7" bitsize="64" type="float"/>
17 56aebc89 pbrook
  <reg name="d8" bitsize="64" type="float"/>
18 56aebc89 pbrook
  <reg name="d9" bitsize="64" type="float"/>
19 56aebc89 pbrook
  <reg name="d10" bitsize="64" type="float"/>
20 56aebc89 pbrook
  <reg name="d11" bitsize="64" type="float"/>
21 56aebc89 pbrook
  <reg name="d12" bitsize="64" type="float"/>
22 56aebc89 pbrook
  <reg name="d13" bitsize="64" type="float"/>
23 56aebc89 pbrook
  <reg name="d14" bitsize="64" type="float"/>
24 56aebc89 pbrook
  <reg name="d15" bitsize="64" type="float"/>
25 56aebc89 pbrook
  <reg name="d16" bitsize="64" type="float"/>
26 56aebc89 pbrook
  <reg name="d17" bitsize="64" type="float"/>
27 56aebc89 pbrook
  <reg name="d18" bitsize="64" type="float"/>
28 56aebc89 pbrook
  <reg name="d19" bitsize="64" type="float"/>
29 56aebc89 pbrook
  <reg name="d20" bitsize="64" type="float"/>
30 56aebc89 pbrook
  <reg name="d21" bitsize="64" type="float"/>
31 56aebc89 pbrook
  <reg name="d22" bitsize="64" type="float"/>
32 56aebc89 pbrook
  <reg name="d23" bitsize="64" type="float"/>
33 56aebc89 pbrook
  <reg name="d24" bitsize="64" type="float"/>
34 56aebc89 pbrook
  <reg name="d25" bitsize="64" type="float"/>
35 56aebc89 pbrook
  <reg name="d26" bitsize="64" type="float"/>
36 56aebc89 pbrook
  <reg name="d27" bitsize="64" type="float"/>
37 56aebc89 pbrook
  <reg name="d28" bitsize="64" type="float"/>
38 56aebc89 pbrook
  <reg name="d29" bitsize="64" type="float"/>
39 56aebc89 pbrook
  <reg name="d30" bitsize="64" type="float"/>
40 56aebc89 pbrook
  <reg name="d31" bitsize="64" type="float"/>
41 56aebc89 pbrook
42 56aebc89 pbrook
  <reg name="fpsid" bitsize="32" type="int" group="float"/>
43 56aebc89 pbrook
  <reg name="fpscr" bitsize="32" type="int" group="float"/>
44 56aebc89 pbrook
  <reg name="fpexc" bitsize="32" type="int" group="float"/>
45 56aebc89 pbrook
</feature>