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