Uses of Class
org.jikesrvm.compilers.opt.ir.ia32.PhysicalRegisterSet.PhysicalRegisterEnumeration

Packages that use PhysicalRegisterSet.PhysicalRegisterEnumeration
org.jikesrvm.compilers.opt.ir.ia32   
 

Uses of PhysicalRegisterSet.PhysicalRegisterEnumeration in org.jikesrvm.compilers.opt.ir.ia32
 

Methods in org.jikesrvm.compilers.opt.ir.ia32 that return PhysicalRegisterSet.PhysicalRegisterEnumeration
 PhysicalRegisterSet.PhysicalRegisterEnumeration PhysicalRegisterSet.enumerateNonvolatileFPRs()
          Enumerate all the nonvolatile FPRs in this set.
 PhysicalRegisterSet.PhysicalRegisterEnumeration PhysicalRegisterSet.enumerateNonvolatileGPRs()
          Enumerate all the nonvolatile GPRs in this set.
 PhysicalRegisterSet.PhysicalRegisterEnumeration PhysicalRegisterSet.enumerateVolatileFPRs()
          Enumerate all the volatile FPRs in this set.
 PhysicalRegisterSet.PhysicalRegisterEnumeration PhysicalRegisterSet.enumerateVolatileGPRs()
          Enumerate all the volatile GPRs in this set.