frysk.isa.banks
Class PPCBankRegisters

java.lang.Object
  extended by frysk.isa.banks.PPCBankRegisters

public class PPCBankRegisters
extends Object


Field Summary
static BankArrayRegisterMap PPC32BE
          This map corresponds to the layout of registers in the child's USER area.
static BankArrayRegisterMap PPC32BE_ON_PPC64BE
           
static BankArrayRegisterMap PPC64BE
          This map corresponds to the layout of registers in the child's USER area.
 
Constructor Summary
PPCBankRegisters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PPC32BE

public static final BankArrayRegisterMap PPC32BE
This map corresponds to the layout of registers in the child's USER area.


PPC64BE

public static final BankArrayRegisterMap PPC64BE
This map corresponds to the layout of registers in the child's USER area.


PPC32BE_ON_PPC64BE

public static final BankArrayRegisterMap PPC32BE_ON_PPC64BE
Constructor Detail

PPCBankRegisters

public PPCBankRegisters()