Statistics
| Branch: | Revision:

root / gdb-xml / arm-neon.xml @ d54908a5

History | View | Annotate | Download (3.9 kB)

1 56aebc89 pbrook
<?xml version="1.0"?>
2 56aebc89 pbrook
<!-- Copyright (C) 2008 Free Software Foundation, Inc.
3 56aebc89 pbrook

4 56aebc89 pbrook
     Copying and distribution of this file, with or without modification,
5 56aebc89 pbrook
     are permitted in any medium without royalty provided the copyright
6 56aebc89 pbrook
     notice and this notice are preserved.  -->
7 56aebc89 pbrook
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
8 e53bd703 pbrook
<feature name="org.gnu.gdb.arm.vfp">
9 56aebc89 pbrook
  <vector id="neon_uint8x8" type="uint8" count="8"/>
10 56aebc89 pbrook
  <vector id="neon_uint16x4" type="uint16" count="4"/>
11 56aebc89 pbrook
  <vector id="neon_uint32x2" type="uint32" count="2"/>
12 56aebc89 pbrook
  <vector id="neon_float32x2" type="ieee_single" count="2"/>
13 56aebc89 pbrook
  <union id="neon_d">
14 56aebc89 pbrook
    <field name="u8" type="neon_uint8x8"/>
15 56aebc89 pbrook
    <field name="u16" type="neon_uint16x4"/>
16 56aebc89 pbrook
    <field name="u32" type="neon_uint32x2"/>
17 56aebc89 pbrook
    <field name="u64" type="uint64"/>
18 56aebc89 pbrook
    <field name="f32" type="neon_float32x2"/>
19 56aebc89 pbrook
    <field name="f64" type="ieee_double"/>
20 56aebc89 pbrook
  </union>
21 56aebc89 pbrook
  <vector id="neon_uint8x16" type="uint8" count="16"/>
22 56aebc89 pbrook
  <vector id="neon_uint16x8" type="uint16" count="8"/>
23 56aebc89 pbrook
  <vector id="neon_uint32x4" type="uint32" count="4"/>
24 56aebc89 pbrook
  <vector id="neon_uint64x2" type="uint64" count="2"/>
25 56aebc89 pbrook
  <vector id="neon_float32x4" type="ieee_single" count="4"/>
26 56aebc89 pbrook
  <vector id="neon_float64x2" type="ieee_double" count="2"/>
27 56aebc89 pbrook
  <union id="neon_q">
28 56aebc89 pbrook
    <field name="u8" type="neon_uint8x16"/>
29 56aebc89 pbrook
    <field name="u16" type="neon_uint16x8"/>
30 56aebc89 pbrook
    <field name="u32" type="neon_uint32x4"/>
31 56aebc89 pbrook
    <field name="u64" type="neon_uint64x2"/>
32 56aebc89 pbrook
    <field name="f32" type="neon_float32x4"/>
33 56aebc89 pbrook
    <field name="f64" type="neon_float64x2"/>
34 56aebc89 pbrook
  </union>
35 56aebc89 pbrook
  <reg name="d0" bitsize="64" type="neon_d"/>
36 56aebc89 pbrook
  <reg name="d1" bitsize="64" type="neon_d"/>
37 56aebc89 pbrook
  <reg name="d2" bitsize="64" type="neon_d"/>
38 56aebc89 pbrook
  <reg name="d3" bitsize="64" type="neon_d"/>
39 56aebc89 pbrook
  <reg name="d4" bitsize="64" type="neon_d"/>
40 56aebc89 pbrook
  <reg name="d5" bitsize="64" type="neon_d"/>
41 56aebc89 pbrook
  <reg name="d6" bitsize="64" type="neon_d"/>
42 56aebc89 pbrook
  <reg name="d7" bitsize="64" type="neon_d"/>
43 56aebc89 pbrook
  <reg name="d8" bitsize="64" type="neon_d"/>
44 56aebc89 pbrook
  <reg name="d9" bitsize="64" type="neon_d"/>
45 56aebc89 pbrook
  <reg name="d10" bitsize="64" type="neon_d"/>
46 56aebc89 pbrook
  <reg name="d11" bitsize="64" type="neon_d"/>
47 56aebc89 pbrook
  <reg name="d12" bitsize="64" type="neon_d"/>
48 56aebc89 pbrook
  <reg name="d13" bitsize="64" type="neon_d"/>
49 56aebc89 pbrook
  <reg name="d14" bitsize="64" type="neon_d"/>
50 56aebc89 pbrook
  <reg name="d15" bitsize="64" type="neon_d"/>
51 56aebc89 pbrook
  <reg name="d16" bitsize="64" type="neon_d"/>
52 56aebc89 pbrook
  <reg name="d17" bitsize="64" type="neon_d"/>
53 56aebc89 pbrook
  <reg name="d18" bitsize="64" type="neon_d"/>
54 56aebc89 pbrook
  <reg name="d19" bitsize="64" type="neon_d"/>
55 56aebc89 pbrook
  <reg name="d20" bitsize="64" type="neon_d"/>
56 56aebc89 pbrook
  <reg name="d21" bitsize="64" type="neon_d"/>
57 56aebc89 pbrook
  <reg name="d22" bitsize="64" type="neon_d"/>
58 56aebc89 pbrook
  <reg name="d23" bitsize="64" type="neon_d"/>
59 56aebc89 pbrook
  <reg name="d24" bitsize="64" type="neon_d"/>
60 56aebc89 pbrook
  <reg name="d25" bitsize="64" type="neon_d"/>
61 56aebc89 pbrook
  <reg name="d26" bitsize="64" type="neon_d"/>
62 56aebc89 pbrook
  <reg name="d27" bitsize="64" type="neon_d"/>
63 56aebc89 pbrook
  <reg name="d28" bitsize="64" type="neon_d"/>
64 56aebc89 pbrook
  <reg name="d29" bitsize="64" type="neon_d"/>
65 56aebc89 pbrook
  <reg name="d30" bitsize="64" type="neon_d"/>
66 56aebc89 pbrook
  <reg name="d31" bitsize="64" type="neon_d"/>
67 56aebc89 pbrook
68 56aebc89 pbrook
  <reg name="q0" bitsize="128" type="neon_q"/>
69 56aebc89 pbrook
  <reg name="q1" bitsize="128" type="neon_q"/>
70 56aebc89 pbrook
  <reg name="q2" bitsize="128" type="neon_q"/>
71 56aebc89 pbrook
  <reg name="q3" bitsize="128" type="neon_q"/>
72 56aebc89 pbrook
  <reg name="q4" bitsize="128" type="neon_q"/>
73 56aebc89 pbrook
  <reg name="q5" bitsize="128" type="neon_q"/>
74 56aebc89 pbrook
  <reg name="q6" bitsize="128" type="neon_q"/>
75 56aebc89 pbrook
  <reg name="q7" bitsize="128" type="neon_q"/>
76 56aebc89 pbrook
  <reg name="q8" bitsize="128" type="neon_q"/>
77 56aebc89 pbrook
  <reg name="q9" bitsize="128" type="neon_q"/>
78 56aebc89 pbrook
  <reg name="q10" bitsize="128" type="neon_q"/>
79 56aebc89 pbrook
  <reg name="q10" bitsize="128" type="neon_q"/>
80 56aebc89 pbrook
  <reg name="q12" bitsize="128" type="neon_q"/>
81 56aebc89 pbrook
  <reg name="q13" bitsize="128" type="neon_q"/>
82 56aebc89 pbrook
  <reg name="q14" bitsize="128" type="neon_q"/>
83 56aebc89 pbrook
  <reg name="q15" bitsize="128" type="neon_q"/>
84 56aebc89 pbrook
85 56aebc89 pbrook
  <reg name="fpsid" bitsize="32" type="int" group="float"/>
86 56aebc89 pbrook
  <reg name="fpscr" bitsize="32" type="int" group="float"/>
87 56aebc89 pbrook
  <reg name="fpexc" bitsize="32" type="int" group="float"/>
88 56aebc89 pbrook
</feature>