Uses of Package
org.jikesrvm.compilers.opt.ir.ia32

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

Classes in org.jikesrvm.compilers.opt.ir.ia32 used by org.jikesrvm
PhysicalDefUse
          This class provides utilities to record defs and uses of physical registers by IR operators.
PhysicalRegisterSet
          This class represents a set of Registers corresponding to the IA32 register set.
PhysicalRegisterTools
          This abstract class provides a set of useful methods for manipulating physical registers for an IR.
RegisterPool
          Pool of symbolic registers.
 

Classes in org.jikesrvm.compilers.opt.ir.ia32 used by org.jikesrvm.compilers.opt.ir
PhysicalDefUse.PDUEnumeration
          A class to enumerate physical registers based on a code.
 

Classes in org.jikesrvm.compilers.opt.ir.ia32 used by org.jikesrvm.compilers.opt.ir.ia32
MachineSpecificIRIA
          Wrappers around IA32-specific IR common to both 32 & 64 bit
MachineSpecificIRIA.EM64T
          Wrappers around EMT64-specific IR (64-bit specific)
MachineSpecificIRIA.IA32
          Wrappers around IA32-specific IR (32-bit specific)
PhysicalDefUse.PDUEnumeration
          A class to enumerate physical registers based on a code.
PhysicalRegisterSet
          This class represents a set of Registers corresponding to the IA32 register set.
PhysicalRegisterSet.PhysicalRegisterEnumeration
          An enumerator for use by the physical register utilities.
 

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

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

Classes in org.jikesrvm.compilers.opt.ir.ia32 used by org.jikesrvm.compilers.opt.mir2mc.ia32
PhysicalRegisterSet
          This class represents a set of Registers corresponding to the IA32 register set.