summaryrefslogblamecommitdiffstats
path: root/gdb-xml/cf-fp.xml
blob: bf71c320bfc261c49ddbaf5348cd40190ae8bf5a (plain) (tree)





















                                                                         
<?xml version="1.0"?>
<!-- Copyright (C) 2008 Free Software Foundation, Inc.

     Copying and distribution of this file, with or without modification,
     are permitted in any medium without royalty provided the copyright
     notice and this notice are preserved.  -->
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
<feature name="org.gnu.gdb.coldfire.fp">
  <reg name="fp0" bitsize="64" type="float" group="float"/>
  <reg name="fp1" bitsize="64" type="float" group="float"/>
  <reg name="fp2" bitsize="64" type="float" group="float"/>
  <reg name="fp3" bitsize="64" type="float" group="float"/>
  <reg name="fp4" bitsize="64" type="float" group="float"/>
  <reg name="fp5" bitsize="64" type="float" group="float"/>
  <reg name="fp6" bitsize="64" type="float" group="float"/>
  <reg name="fp7" bitsize="64" type="float" group="float"/>

  
  <reg name="fpcontrol" bitsize="32" group="float"/>
  <reg name="fpstatus" bitsize="32" group="float"/>,
  <reg name="fpiaddr" bitsize="32" type="code_ptr" group="float"/>
</feature>
mu.git/commit/qemu-io.c?id=0e448a05444ddc602d2857a17f31042631a75946'>qemu-io: fix EOF Ctrl-D handling in qemu-io readline codeDaniel P. Berrange2018-02-131-1/+26 * Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star * Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+2 * qemu-io: Add -C for opening with copy-on-readEric Blake2017-10-061-3/+12 * maint: Include bug-reporting info in --help outputEric Blake2017-08-081-2/+3 * qemu-io: Give more --version informationEric Blake2017-08-081-1/+3 * block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-20/+0Star * qemu-io: Don't die on second openEric Blake2017-07-101-3/+4 * block: Use QDict helpers for --force-shareEric Blake2017-05-231-1/+1 * qemu-io: Add --force-share optionFam Zheng2017-05-111-8/+34 * qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-1/+1 * qemu-io: Return non-zero exit code on failureNir Soffer2017-02-121-2/+6 * trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1 * trace: enable tracing in qemu-ioDenis V. Lunev2016-06-281-4/+14 * Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost2016-05-20