]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/features/i386/32bit-sse.xml
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / features / i386 / 32bit-sse.xml
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2010-2023 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
8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <feature name="org.gnu.gdb.i386.sse">
10 <vector id="v8bf16" type="bfloat16" count="8"/>
11 <vector id="v8h" type="ieee_half" count="8"/>
12 <vector id="v4f" type="ieee_single" count="4"/>
13 <vector id="v2d" type="ieee_double" count="2"/>
14 <vector id="v16i8" type="int8" count="16"/>
15 <vector id="v8i16" type="int16" count="8"/>
16 <vector id="v4i32" type="int32" count="4"/>
17 <vector id="v2i64" type="int64" count="2"/>
18 <union id="vec128">
19 <field name="v8_bfloat16" type="v8bf16"/>
20 <field name="v8_half" type="v8h"/>
21 <field name="v4_float" type="v4f"/>
22 <field name="v2_double" type="v2d"/>
23 <field name="v16_int8" type="v16i8"/>
24 <field name="v8_int16" type="v8i16"/>
25 <field name="v4_int32" type="v4i32"/>
26 <field name="v2_int64" type="v2i64"/>
27 <field name="uint128" type="uint128"/>
28 </union>
29 <flags id="i386_mxcsr" size="4">
30 <field name="IE" start="0" end="0"/>
31 <field name="DE" start="1" end="1"/>
32 <field name="ZE" start="2" end="2"/>
33 <field name="OE" start="3" end="3"/>
34 <field name="UE" start="4" end="4"/>
35 <field name="PE" start="5" end="5"/>
36 <field name="DAZ" start="6" end="6"/>
37 <field name="IM" start="7" end="7"/>
38 <field name="DM" start="8" end="8"/>
39 <field name="ZM" start="9" end="9"/>
40 <field name="OM" start="10" end="10"/>
41 <field name="UM" start="11" end="11"/>
42 <field name="PM" start="12" end="12"/>
43 <field name="FZ" start="15" end="15"/>
44 </flags>
45
46 <reg name="xmm0" bitsize="128" type="vec128" regnum="32"/>
47 <reg name="xmm1" bitsize="128" type="vec128"/>
48 <reg name="xmm2" bitsize="128" type="vec128"/>
49 <reg name="xmm3" bitsize="128" type="vec128"/>
50 <reg name="xmm4" bitsize="128" type="vec128"/>
51 <reg name="xmm5" bitsize="128" type="vec128"/>
52 <reg name="xmm6" bitsize="128" type="vec128"/>
53 <reg name="xmm7" bitsize="128" type="vec128"/>
54
55 <reg name="mxcsr" bitsize="32" type="i386_mxcsr" group="vector"/>
56 </feature>