~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to gdb-xml/cf-fp.xml

  • Committer: ths
  • Date: 2007-10-08 12:45:38 UTC
  • Revision ID: git-v1:450d4ff553af32fc9d83fef20d7106b0151526b8
CRIS disassembler, originally from binutils, by Edgar E. Iglesias.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3356 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

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