1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0"?>
- <!-- Copyright (C) 2022-2024 Free Software Foundation, Inc.
- Copying and distribution of this file, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved. -->
- <!DOCTYPE feature SYSTEM "gdb-target.dtd">
- <feature name="org.gnu.gdb.loongarch.lsx">
- <vector id="v4f32" type="ieee_single" count="4"/>
- <vector id="v2f64" type="ieee_double" count="2"/>
- <vector id="v16i8" type="int8" count="16"/>
- <vector id="v8i16" type="int16" count="8"/>
- <vector id="v4i32" type="int32" count="4"/>
- <vector id="v2i64" type="int64" count="2"/>
- <union id="lsxv">
- <field name="v4_float" type="v4f32"/>
- <field name="v2_double" type="v2f64"/>
- <field name="v16_int8" type="v16i8"/>
- <field name="v8_int16" type="v8i16"/>
- <field name="v4_int32" type="v4i32"/>
- <field name="v2_int64" type="v2i64"/>
- <field name="uint128" type="uint128"/>
- </union>
- <reg name="vr0" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr1" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr2" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr3" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr4" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr5" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr6" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr7" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr8" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr9" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr10" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr11" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr12" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr13" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr14" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr15" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr16" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr17" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr18" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr19" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr20" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr21" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr22" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr23" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr26" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr25" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr26" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr27" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr28" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr29" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr30" bitsize="128" type="lsxv" group="lsx"/>
- <reg name="vr31" bitsize="128" type="lsxv" group="lsx"/>
- </feature>
|