| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.ir.ia32 | |
| org.jikesrvm.compilers.opt.regalloc | |
| org.jikesrvm.compilers.opt.regalloc.ia32 |
| Modifier and Type | Field and Description |
|---|---|
protected GenericPhysicalRegisterSet |
GenericRegisterPool.physical |
| Modifier and Type | Method and Description |
|---|---|
GenericPhysicalRegisterSet |
GenericRegisterPool.getPhysicalRegisterSet() |
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicalRegisterSet
This class represents a set of Registers corresponding to the
IA32 register set.
|
| Modifier and Type | Field and Description |
|---|---|
protected GenericPhysicalRegisterSet |
GenericRegisterRestrictions.phys |
| Constructor and Description |
|---|
GenericRegisterRestrictions(GenericPhysicalRegisterSet phys) |
RestrictedRegisterSet(GenericPhysicalRegisterSet phys) |
| Constructor and Description |
|---|
RegisterRestrictions(GenericPhysicalRegisterSet phys) |