Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / gdb-xml / arm-m-profile-mve.xml
blobcba664c4c5b6a6d18a12cb0ff03e30f61f8002c3
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2021 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 <feature name="org.gnu.gdb.arm.m-profile-mve">
10   <flags id="vpr_reg" size="4">
11     <!-- ARMv8.1-M and MVE: Unprivileged and privileged Access.  -->
12     <field name="P0" start="0" end="15"/>
13     <!-- ARMv8.1-M: Privileged Access only.  -->
14     <field name="MASK01" start="16" end="19"/>
15     <!-- ARMv8.1-M: Privileged Access only.  -->
16     <field name="MASK23" start="20" end="23"/>
17   </flags>
18   <reg name="vpr" bitsize="32" type="vpr_reg"/>
19 </feature>