[PATCH 16/57][Arm][GAS] Add support for MVE instructions: vdup, vddup, vdwdup, vidup...
[binutils-gdb.git] / gdb / testsuite / gdb.xml / maint_print_struct.xml
blobaa0bac5bade1ea7687e350e9243a76f112fb98b0
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2010-2019 Free Software Foundation, Inc.
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.  -->
8 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 <target>
10 <feature name="test">
12   <struct id="two_fielded">
13        <field name="field1" type="data_ptr"/>
14        <field name="field2" type="data_ptr"/>
15   </struct>
17   <struct id="bitfield" size="8">
18     <field name="field0" start="0" end="0"/>
19     <field name="field1" start="24" end="63"/>
20     <field name="field2" start="16" end="24"/>
21   </struct>
23   <reg name="bad_reg1" bitsize="128" type="two_fielded"/>
24   <reg name="bad_reg2" bitsize="64"  type="bitfield"/>
25 </feature>
26 </target>