xref: /openbmc/qemu/gdb-xml/loongarch-lasx.xml (revision 1c15dd63)
1*1c15dd63SSong Gao<?xml version="1.0"?>
2*1c15dd63SSong Gao<!-- Copyright (C) 2022-2024 Free Software Foundation, Inc.
3*1c15dd63SSong Gao
4*1c15dd63SSong Gao     Copying and distribution of this file, with or without modification,
5*1c15dd63SSong Gao     are permitted in any medium without royalty provided the copyright
6*1c15dd63SSong Gao     notice and this notice are preserved.  -->
7*1c15dd63SSong Gao
8*1c15dd63SSong Gao<!DOCTYPE feature SYSTEM "gdb-target.dtd">
9*1c15dd63SSong Gao<feature name="org.gnu.gdb.loongarch.lasx">
10*1c15dd63SSong Gao  <vector id="v8f32" type="ieee_single" count="8"/>
11*1c15dd63SSong Gao  <vector id="v4f64" type="ieee_double" count="4"/>
12*1c15dd63SSong Gao  <vector id="v32i8" type="int8" count="32"/>
13*1c15dd63SSong Gao  <vector id="v16i16" type="int16" count="16"/>
14*1c15dd63SSong Gao  <vector id="v8i32" type="int32" count="8"/>
15*1c15dd63SSong Gao  <vector id="v4i64" type="int64" count="4"/>
16*1c15dd63SSong Gao  <vector id="v2ui128" type="uint128" count="2"/>
17*1c15dd63SSong Gao
18*1c15dd63SSong Gao  <union id="lasxv">
19*1c15dd63SSong Gao    <field name="v8_float" type="v8f32"/>
20*1c15dd63SSong Gao    <field name="v4_double" type="v4f64"/>
21*1c15dd63SSong Gao    <field name="v32_int8" type="v32i8"/>
22*1c15dd63SSong Gao    <field name="v16_int16" type="v16i16"/>
23*1c15dd63SSong Gao    <field name="v8_int32" type="v8i32"/>
24*1c15dd63SSong Gao    <field name="v4_int64" type="v4i64"/>
25*1c15dd63SSong Gao    <field name="v2_uint128" type="v2ui128"/>
26*1c15dd63SSong Gao  </union>
27*1c15dd63SSong Gao
28*1c15dd63SSong Gao  <reg name="xr0" bitsize="256" type="lasxv" group="lasx"/>
29*1c15dd63SSong Gao  <reg name="xr1" bitsize="256" type="lasxv" group="lasx"/>
30*1c15dd63SSong Gao  <reg name="xr2" bitsize="256" type="lasxv" group="lasx"/>
31*1c15dd63SSong Gao  <reg name="xr3" bitsize="256" type="lasxv" group="lasx"/>
32*1c15dd63SSong Gao  <reg name="xr4" bitsize="256" type="lasxv" group="lasx"/>
33*1c15dd63SSong Gao  <reg name="xr5" bitsize="256" type="lasxv" group="lasx"/>
34*1c15dd63SSong Gao  <reg name="xr6" bitsize="256" type="lasxv" group="lasx"/>
35*1c15dd63SSong Gao  <reg name="xr7" bitsize="256" type="lasxv" group="lasx"/>
36*1c15dd63SSong Gao  <reg name="xr8" bitsize="256" type="lasxv" group="lasx"/>
37*1c15dd63SSong Gao  <reg name="xr9" bitsize="256" type="lasxv" group="lasx"/>
38*1c15dd63SSong Gao  <reg name="xr10" bitsize="256" type="lasxv" group="lasx"/>
39*1c15dd63SSong Gao  <reg name="xr11" bitsize="256" type="lasxv" group="lasx"/>
40*1c15dd63SSong Gao  <reg name="xr12" bitsize="256" type="lasxv" group="lasx"/>
41*1c15dd63SSong Gao  <reg name="xr13" bitsize="256" type="lasxv" group="lasx"/>
42*1c15dd63SSong Gao  <reg name="xr14" bitsize="256" type="lasxv" group="lasx"/>
43*1c15dd63SSong Gao  <reg name="xr15" bitsize="256" type="lasxv" group="lasx"/>
44*1c15dd63SSong Gao  <reg name="xr16" bitsize="256" type="lasxv" group="lasx"/>
45*1c15dd63SSong Gao  <reg name="xr17" bitsize="256" type="lasxv" group="lasx"/>
46*1c15dd63SSong Gao  <reg name="xr18" bitsize="256" type="lasxv" group="lasx"/>
47*1c15dd63SSong Gao  <reg name="xr19" bitsize="256" type="lasxv" group="lasx"/>
48*1c15dd63SSong Gao  <reg name="xr20" bitsize="256" type="lasxv" group="lasx"/>
49*1c15dd63SSong Gao  <reg name="xr21" bitsize="256" type="lasxv" group="lasx"/>
50*1c15dd63SSong Gao  <reg name="xr22" bitsize="256" type="lasxv" group="lasx"/>
51*1c15dd63SSong Gao  <reg name="xr23" bitsize="256" type="lasxv" group="lasx"/>
52*1c15dd63SSong Gao  <reg name="xr24" bitsize="256" type="lasxv" group="lasx"/>
53*1c15dd63SSong Gao  <reg name="xr25" bitsize="256" type="lasxv" group="lasx"/>
54*1c15dd63SSong Gao  <reg name="xr26" bitsize="256" type="lasxv" group="lasx"/>
55*1c15dd63SSong Gao  <reg name="xr27" bitsize="256" type="lasxv" group="lasx"/>
56*1c15dd63SSong Gao  <reg name="xr28" bitsize="256" type="lasxv" group="lasx"/>
57*1c15dd63SSong Gao  <reg name="xr29" bitsize="256" type="lasxv" group="lasx"/>
58*1c15dd63SSong Gao  <reg name="xr30" bitsize="256" type="lasxv" group="lasx"/>
59*1c15dd63SSong Gao  <reg name="xr31" bitsize="256" type="lasxv" group="lasx"/>
60*1c15dd63SSong Gao</feature>
61