Uses of Class
frysk.isa.registers.RegisterGroup

Packages that use RegisterGroup
frysk.isa.registers This package implements frysk's Register abstraction. 
 

Uses of RegisterGroup in frysk.isa.registers
 

Fields in frysk.isa.registers declared as RegisterGroup
static RegisterGroup PPC64Registers.ALL
           
static RegisterGroup PPC32Registers.ALL
           
static RegisterGroup X8664Registers.DEBUG_REGS_GROUP
           
static RegisterGroup IA32Registers.DEBUG_REGS_GROUP
           
static RegisterGroup X87Registers.FLOAT32_GROUP
           
static RegisterGroup X87Registers.FLOAT64_GROUP
           
static RegisterGroup PPC64Registers.FLOATING_POINTER
           
static RegisterGroup PPC32Registers.FLOATING_POINTER
           
static RegisterGroup PPC64Registers.GENERAL
           
static RegisterGroup PPC32Registers.GENERAL
           
static RegisterGroup X87Registers.MMX
           
static RegisterGroup X8664Registers.REGS_GROUP
           
static RegisterGroup IA32Registers.REGS_GROUP
           
static RegisterGroup IA32Registers.SEGMENT_GROUP
           
static RegisterGroup PPC64Registers.SPECIAL
           
static RegisterGroup PPC32Registers.SPECIAL
           
static RegisterGroup PPC64Registers.VECTOR
           
static RegisterGroup X87Registers.VECTOR32_GROUP
           
static RegisterGroup X87Registers.VECTOR64_GROUP
           
 

Methods in frysk.isa.registers that return RegisterGroup
 RegisterGroup PPC64Registers.getAllRegistersGroup()
           
 RegisterGroup Registers.getAllRegistersGroup()
          Return the "all" register group.
 RegisterGroup PPC32Registers.getAllRegistersGroup()
           
 RegisterGroup PPC64Registers.getDefaultRegisterGroup()
           
 RegisterGroup IA32Registers.getDefaultRegisterGroup()
           
 RegisterGroup PPC32Registers.getDefaultRegisterGroup()
           
 RegisterGroup IA32Registers.getFloatRegisterGroup()
           
 RegisterGroup Registers.getGeneralRegisterGroup()
          Return the "default" or "regs" register group.
 RegisterGroup Registers.getGroup(String name)
          Return the register group; searched by NAME.
 RegisterGroup IA32Registers.getVectorRegisterGroup()