| Daniel Jacobowitz | fb1e4ff | 2007-02-08 21:39:04 | [diff] [blame] | 1 | <?xml version="1.0"?> | 
| Joel Brobecker | 4c38e0a | 2010-01-01 07:32:07 | [diff] [blame] | 2 | <!-- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 
| Daniel Jacobowitz | fb1e4ff | 2007-02-08 21:39:04 | [diff] [blame] | 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 |  | 
 | 8 | <!DOCTYPE feature SYSTEM "gdb-target.dtd"> | 
 | 9 | <feature name="org.gnu.gdb.xscale.iwmmxt"> | 
 | 10 |  <vector id="iwmmxt_v8u8" type="uint8" count="8"/> | 
 | 11 |  <vector id="iwmmxt_v4u16" type="uint16" count="4"/> | 
 | 12 |  <vector id="iwmmxt_v2u32" type="uint32" count="2"/> | 
 | 13 |  <union id="iwmmxt_vec64i"> | 
 | 14 |  <field name="u8" type="iwmmxt_v8u8"/> | 
 | 15 |  <field name="u16" type="iwmmxt_v4u16"/> | 
 | 16 |  <field name="u32" type="iwmmxt_v2u32"/> | 
 | 17 |  <field name="u64" type="uint64"/> | 
 | 18 |  </union> | 
 | 19 |  | 
| Daniel Jacobowitz | ff6f572 | 2007-02-26 19:18:53 | [diff] [blame] | 20 |  <reg name="wR0" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 21 |  <reg name="wR1" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 22 |  <reg name="wR2" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 23 |  <reg name="wR3" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 24 |  <reg name="wR4" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 25 |  <reg name="wR5" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 26 |  <reg name="wR6" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 27 |  <reg name="wR7" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 28 |  <reg name="wR8" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 29 |  <reg name="wR9" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 30 |  <reg name="wR10" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 31 |  <reg name="wR11" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 32 |  <reg name="wR12" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 33 |  <reg name="wR13" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 34 |  <reg name="wR14" bitsize="64" type="iwmmxt_vec64i"/> | 
 | 35 |  <reg name="wR15" bitsize="64" type="iwmmxt_vec64i"/> | 
| Daniel Jacobowitz | fb1e4ff | 2007-02-08 21:39:04 | [diff] [blame] | 36 |  | 
| Daniel Jacobowitz | ff6f572 | 2007-02-26 19:18:53 | [diff] [blame] | 37 |  <reg name="wCSSF" bitsize="32" type="int" group="vector"/> | 
 | 38 |  <reg name="wCASF" bitsize="32" type="int" group="vector"/> | 
| Daniel Jacobowitz | fb1e4ff | 2007-02-08 21:39:04 | [diff] [blame] | 39 |  | 
| Daniel Jacobowitz | ff6f572 | 2007-02-26 19:18:53 | [diff] [blame] | 40 |  <reg name="wCGR0" bitsize="32" type="int" group="vector"/> | 
 | 41 |  <reg name="wCGR1" bitsize="32" type="int" group="vector"/> | 
 | 42 |  <reg name="wCGR2" bitsize="32" type="int" group="vector"/> | 
 | 43 |  <reg name="wCGR3" bitsize="32" type="int" group="vector"/> | 
| Daniel Jacobowitz | fb1e4ff | 2007-02-08 21:39:04 | [diff] [blame] | 44 | </feature> |