1<?xml version="1.0"?> 2<!-- Copyright (C) 2021 Free Software Foundation, Inc. 3 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. --> 7 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> 20