Statistics
| Branch: | Revision:

root / gdb-xml / cf-fp.xml @ df0db221

History | View | Annotate | Download (1 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 56aebc89 pbrook
<feature name="org.gnu.gdb.coldfire.fp">
9 56aebc89 pbrook
  <reg name="fp0" bitsize="64" type="float" group="float"/>
10 56aebc89 pbrook
  <reg name="fp1" bitsize="64" type="float" group="float"/>
11 56aebc89 pbrook
  <reg name="fp2" bitsize="64" type="float" group="float"/>
12 56aebc89 pbrook
  <reg name="fp3" bitsize="64" type="float" group="float"/>
13 56aebc89 pbrook
  <reg name="fp4" bitsize="64" type="float" group="float"/>
14 56aebc89 pbrook
  <reg name="fp5" bitsize="64" type="float" group="float"/>
15 56aebc89 pbrook
  <reg name="fp6" bitsize="64" type="float" group="float"/>
16 56aebc89 pbrook
  <reg name="fp7" bitsize="64" type="float" group="float"/>
17 56aebc89 pbrook
18 56aebc89 pbrook
  
19 56aebc89 pbrook
  <reg name="fpcontrol" bitsize="32" group="float"/>
20 56aebc89 pbrook
  <reg name="fpstatus" bitsize="32" group="float"/>,
21 56aebc89 pbrook
  <reg name="fpiaddr" bitsize="32" type="code_ptr" group="float"/>
22 56aebc89 pbrook
</feature>