Home | History | Annotate | Line # | Download | only in arm
arm-m-profile-with-fpa.xml revision 1.1.1.3
      1      1.1  christos <?xml version="1.0"?>
      2  1.1.1.3  christos <!-- Copyright (C) 2019-2024 Free Software Foundation, Inc.
      3      1.1  christos 
      4      1.1  christos      Copying and distribution of this file, with or without modification,
      5      1.1  christos      are permitted in any medium without royalty provided the copyright
      6      1.1  christos      notice and this notice are preserved.  -->
      7      1.1  christos 
      8      1.1  christos <!DOCTYPE feature SYSTEM "gdb-target.dtd">
      9      1.1  christos <feature name="org.gnu.gdb.arm.m-profile">
     10      1.1  christos   <reg name="r0" bitsize="32"/>
     11      1.1  christos   <reg name="r1" bitsize="32"/>
     12      1.1  christos   <reg name="r2" bitsize="32"/>
     13      1.1  christos   <reg name="r3" bitsize="32"/>
     14      1.1  christos   <reg name="r4" bitsize="32"/>
     15      1.1  christos   <reg name="r5" bitsize="32"/>
     16      1.1  christos   <reg name="r6" bitsize="32"/>
     17      1.1  christos   <reg name="r7" bitsize="32"/>
     18      1.1  christos   <reg name="r8" bitsize="32"/>
     19      1.1  christos   <reg name="r9" bitsize="32"/>
     20      1.1  christos   <reg name="r10" bitsize="32"/>
     21      1.1  christos   <reg name="r11" bitsize="32"/>
     22      1.1  christos   <reg name="r12" bitsize="32"/>
     23      1.1  christos   <reg name="sp" bitsize="32" type="data_ptr"/>
     24      1.1  christos   <reg name="lr" bitsize="32"/>
     25      1.1  christos   <reg name="pc" bitsize="32" type="code_ptr"/>
     26      1.1  christos 
     27      1.1  christos   <!-- Slack for unused FPA registers (f0-f7 + fps).  -->
     28      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext" regnum="16"/>
     29      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     30      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     31      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     32      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     33      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     34      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     35      1.1  christos   <reg name="" bitsize="96" type="arm_fpa_ext"/>
     36      1.1  christos   <reg name="" bitsize="32"/>
     37      1.1  christos 
     38      1.1  christos   <reg name="xpsr" bitsize="32" regnum="25"/>
     39      1.1  christos </feature>
     40