Home | History | Annotate | Line # | Download | only in rs6000
power-oea.xml revision 1.1
      1  1.1  christos <?xml version="1.0"?>
      2  1.1  christos <!-- Copyright (C) 2007-2014 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 <!-- The registers (some of them, anyway) defined by the
      9  1.1  christos      Operating Environment Architecture.  -->
     10  1.1  christos 
     11  1.1  christos <!DOCTYPE feature SYSTEM "gdb-target.dtd">
     12  1.1  christos <feature name="OEA">
     13  1.1  christos   <reg name="sr0" bitsize="32" regnum="71"/>
     14  1.1  christos   <reg name="sr1" bitsize="32"/>
     15  1.1  christos   <reg name="sr2" bitsize="32"/>
     16  1.1  christos   <reg name="sr3" bitsize="32"/>
     17  1.1  christos   <reg name="sr4" bitsize="32"/>
     18  1.1  christos   <reg name="sr5" bitsize="32"/>
     19  1.1  christos   <reg name="sr6" bitsize="32"/>
     20  1.1  christos   <reg name="sr7" bitsize="32"/>
     21  1.1  christos   <reg name="sr8" bitsize="32"/>
     22  1.1  christos   <reg name="sr9" bitsize="32"/>
     23  1.1  christos   <reg name="sr10" bitsize="32"/>
     24  1.1  christos   <reg name="sr11" bitsize="32"/>
     25  1.1  christos   <reg name="sr12" bitsize="32"/>
     26  1.1  christos   <reg name="sr13" bitsize="32"/>
     27  1.1  christos   <reg name="sr14" bitsize="32"/>
     28  1.1  christos   <reg name="sr15" bitsize="32"/>
     29  1.1  christos 
     30  1.1  christos   <reg name="pvr" bitsize="32"/>
     31  1.1  christos   <reg name="ibat0u" bitsize="32"/>
     32  1.1  christos   <reg name="ibat0l" bitsize="32"/>
     33  1.1  christos   <reg name="ibat1u" bitsize="32"/>
     34  1.1  christos   <reg name="ibat1l" bitsize="32"/>
     35  1.1  christos   <reg name="ibat2u" bitsize="32"/>
     36  1.1  christos   <reg name="ibat2l" bitsize="32"/>
     37  1.1  christos   <reg name="ibat3u" bitsize="32"/>
     38  1.1  christos   <reg name="ibat3l" bitsize="32"/>
     39  1.1  christos   <reg name="dbat0u" bitsize="32"/>
     40  1.1  christos   <reg name="dbat0l" bitsize="32"/>
     41  1.1  christos   <reg name="dbat1u" bitsize="32"/>
     42  1.1  christos   <reg name="dbat1l" bitsize="32"/>
     43  1.1  christos   <reg name="dbat2u" bitsize="32"/>
     44  1.1  christos   <reg name="dbat2l" bitsize="32"/>
     45  1.1  christos   <reg name="dbat3u" bitsize="32"/>
     46  1.1  christos   <reg name="dbat3l" bitsize="32"/>
     47  1.1  christos   <reg name="sdr1" bitsize="32"/>
     48  1.1  christos   <reg name="asr" bitsize="64"/>
     49  1.1  christos   <reg name="dar" bitsize="32"/>
     50  1.1  christos   <reg name="dsisr" bitsize="32"/>
     51  1.1  christos   <reg name="sprg0" bitsize="32"/>
     52  1.1  christos   <reg name="sprg1" bitsize="32"/>
     53  1.1  christos   <reg name="sprg2" bitsize="32"/>
     54  1.1  christos   <reg name="sprg3" bitsize="32"/>
     55  1.1  christos   <reg name="srr0" bitsize="32"/>
     56  1.1  christos   <reg name="srr1" bitsize="32"/>
     57  1.1  christos   <reg name="tbl" bitsize="32"/>
     58  1.1  christos   <reg name="tbu" bitsize="32"/>
     59  1.1  christos   <reg name="dec" bitsize="32"/>
     60  1.1  christos   <reg name="dabr" bitsize="32"/>
     61  1.1  christos   <reg name="ear" bitsize="32"/>
     62  1.1  christos </feature>
     63