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.lsx"> 10*1c15dd63SSong Gao <vector id="v4f32" type="ieee_single" count="4"/> 11*1c15dd63SSong Gao <vector id="v2f64" type="ieee_double" count="2"/> 12*1c15dd63SSong Gao <vector id="v16i8" type="int8" count="16"/> 13*1c15dd63SSong Gao <vector id="v8i16" type="int16" count="8"/> 14*1c15dd63SSong Gao <vector id="v4i32" type="int32" count="4"/> 15*1c15dd63SSong Gao <vector id="v2i64" type="int64" count="2"/> 16*1c15dd63SSong Gao 17*1c15dd63SSong Gao <union id="lsxv"> 18*1c15dd63SSong Gao <field name="v4_float" type="v4f32"/> 19*1c15dd63SSong Gao <field name="v2_double" type="v2f64"/> 20*1c15dd63SSong Gao <field name="v16_int8" type="v16i8"/> 21*1c15dd63SSong Gao <field name="v8_int16" type="v8i16"/> 22*1c15dd63SSong Gao <field name="v4_int32" type="v4i32"/> 23*1c15dd63SSong Gao <field name="v2_int64" type="v2i64"/> 24*1c15dd63SSong Gao <field name="uint128" type="uint128"/> 25*1c15dd63SSong Gao </union> 26*1c15dd63SSong Gao 27*1c15dd63SSong Gao <reg name="vr0" bitsize="128" type="lsxv" group="lsx"/> 28*1c15dd63SSong Gao <reg name="vr1" bitsize="128" type="lsxv" group="lsx"/> 29*1c15dd63SSong Gao <reg name="vr2" bitsize="128" type="lsxv" group="lsx"/> 30*1c15dd63SSong Gao <reg name="vr3" bitsize="128" type="lsxv" group="lsx"/> 31*1c15dd63SSong Gao <reg name="vr4" bitsize="128" type="lsxv" group="lsx"/> 32*1c15dd63SSong Gao <reg name="vr5" bitsize="128" type="lsxv" group="lsx"/> 33*1c15dd63SSong Gao <reg name="vr6" bitsize="128" type="lsxv" group="lsx"/> 34*1c15dd63SSong Gao <reg name="vr7" bitsize="128" type="lsxv" group="lsx"/> 35*1c15dd63SSong Gao <reg name="vr8" bitsize="128" type="lsxv" group="lsx"/> 36*1c15dd63SSong Gao <reg name="vr9" bitsize="128" type="lsxv" group="lsx"/> 37*1c15dd63SSong Gao <reg name="vr10" bitsize="128" type="lsxv" group="lsx"/> 38*1c15dd63SSong Gao <reg name="vr11" bitsize="128" type="lsxv" group="lsx"/> 39*1c15dd63SSong Gao <reg name="vr12" bitsize="128" type="lsxv" group="lsx"/> 40*1c15dd63SSong Gao <reg name="vr13" bitsize="128" type="lsxv" group="lsx"/> 41*1c15dd63SSong Gao <reg name="vr14" bitsize="128" type="lsxv" group="lsx"/> 42*1c15dd63SSong Gao <reg name="vr15" bitsize="128" type="lsxv" group="lsx"/> 43*1c15dd63SSong Gao <reg name="vr16" bitsize="128" type="lsxv" group="lsx"/> 44*1c15dd63SSong Gao <reg name="vr17" bitsize="128" type="lsxv" group="lsx"/> 45*1c15dd63SSong Gao <reg name="vr18" bitsize="128" type="lsxv" group="lsx"/> 46*1c15dd63SSong Gao <reg name="vr19" bitsize="128" type="lsxv" group="lsx"/> 47*1c15dd63SSong Gao <reg name="vr20" bitsize="128" type="lsxv" group="lsx"/> 48*1c15dd63SSong Gao <reg name="vr21" bitsize="128" type="lsxv" group="lsx"/> 49*1c15dd63SSong Gao <reg name="vr22" bitsize="128" type="lsxv" group="lsx"/> 50*1c15dd63SSong Gao <reg name="vr23" bitsize="128" type="lsxv" group="lsx"/> 51*1c15dd63SSong Gao <reg name="vr26" bitsize="128" type="lsxv" group="lsx"/> 52*1c15dd63SSong Gao <reg name="vr25" bitsize="128" type="lsxv" group="lsx"/> 53*1c15dd63SSong Gao <reg name="vr26" bitsize="128" type="lsxv" group="lsx"/> 54*1c15dd63SSong Gao <reg name="vr27" bitsize="128" type="lsxv" group="lsx"/> 55*1c15dd63SSong Gao <reg name="vr28" bitsize="128" type="lsxv" group="lsx"/> 56*1c15dd63SSong Gao <reg name="vr29" bitsize="128" type="lsxv" group="lsx"/> 57*1c15dd63SSong Gao <reg name="vr30" bitsize="128" type="lsxv" group="lsx"/> 58*1c15dd63SSong Gao <reg name="vr31" bitsize="128" type="lsxv" group="lsx"/> 59*1c15dd63SSong Gao</feature> 60