xref: /openbmc/qemu/gdb-xml/cf-fp.xml (revision 56aebc891674cd2d07b3f64183415697be200084)
1*56aebc89Spbrook<?xml version="1.0"?>
2*56aebc89Spbrook<!-- Copyright (C) 2008 Free Software Foundation, Inc.
3*56aebc89Spbrook
4*56aebc89Spbrook     Copying and distribution of this file, with or without modification,
5*56aebc89Spbrook     are permitted in any medium without royalty provided the copyright
6*56aebc89Spbrook     notice and this notice are preserved.  -->
7*56aebc89Spbrook<!DOCTYPE feature SYSTEM "gdb-target.dtd">
8*56aebc89Spbrook<feature name="org.gnu.gdb.coldfire.fp">
9*56aebc89Spbrook  <reg name="fp0" bitsize="64" type="float" group="float"/>
10*56aebc89Spbrook  <reg name="fp1" bitsize="64" type="float" group="float"/>
11*56aebc89Spbrook  <reg name="fp2" bitsize="64" type="float" group="float"/>
12*56aebc89Spbrook  <reg name="fp3" bitsize="64" type="float" group="float"/>
13*56aebc89Spbrook  <reg name="fp4" bitsize="64" type="float" group="float"/>
14*56aebc89Spbrook  <reg name="fp5" bitsize="64" type="float" group="float"/>
15*56aebc89Spbrook  <reg name="fp6" bitsize="64" type="float" group="float"/>
16*56aebc89Spbrook  <reg name="fp7" bitsize="64" type="float" group="float"/>
17*56aebc89Spbrook
18*56aebc89Spbrook
19*56aebc89Spbrook  <reg name="fpcontrol" bitsize="32" group="float"/>
20*56aebc89Spbrook  <reg name="fpstatus" bitsize="32" group="float"/>,
21*56aebc89Spbrook  <reg name="fpiaddr" bitsize="32" type="code_ptr" group="float"/>
22*56aebc89Spbrook</feature>
23