Uses of Class
org.jikesrvm.compilers.opt.ir.GenericPhysicalRegisterTools

Packages that use GenericPhysicalRegisterTools
org.jikesrvm   
org.jikesrvm.compilers.opt.ir.ia32   
org.jikesrvm.compilers.opt.lir2mir   
org.jikesrvm.compilers.opt.lir2mir.ia32   
 

Uses of GenericPhysicalRegisterTools in org.jikesrvm
 

Subclasses of GenericPhysicalRegisterTools in org.jikesrvm
static class ArchitectureSpecificOpt.BURS_STATE
           
static class ArchitectureSpecificOpt.PhysicalRegisterTools
           
 

Uses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.ir.ia32
 

Subclasses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.ir.ia32
 class PhysicalRegisterTools
          This abstract class provides a set of useful methods for manipulating physical registers for an IR.
 

Uses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.lir2mir
 

Subclasses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.lir2mir
 class BURS_Common_Helpers
          Contains BURS helper functions common to all platforms.
 class BURS_MemOp_Helpers
          Contains common BURS helper functions for platforms with memory operands.
 

Uses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.lir2mir.ia32
 

Subclasses of GenericPhysicalRegisterTools in org.jikesrvm.compilers.opt.lir2mir.ia32
(package private)  class BURS_Helpers
          Contains IA32-specific helper functions for BURS.
 class BURS_STATE
          Machine-specific instruction selection rules.