Home | History | Annotate | Line # | Download | only in loongarch
      1  1.1  christos <?xml version="1.0"?>
      2  1.1  christos <!-- Copyright (C) 2022-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.loongarch.lbt">
     10  1.1  christos   <reg name="scr0" bitsize="64" type="uint64" group="lbt"/>
     11  1.1  christos   <reg name="scr1" bitsize="64" type="uint64" group="lbt"/>
     12  1.1  christos   <reg name="scr2" bitsize="64" type="uint64" group="lbt"/>
     13  1.1  christos   <reg name="scr3" bitsize="64" type="uint64" group="lbt"/>
     14  1.1  christos   <reg name="eflags" bitsize="32" type="uint32" group="lbt"/>
     15  1.1  christos   <reg name="ftop" bitsize="32" type="uint32" group="lbt"/>
     16  1.1  christos </feature>
     17