Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ir.ia32 | |
org.jikesrvm.compilers.opt.util |
Modifier and Type | Class and Description |
---|---|
class |
GenericPhysicalRegisterSet
This class represents a set of Registers corresponding to the
physical register set.
|
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 |
---|---|
private BitSetMapping |
BitSet.map
The bijection between integer to object.
|
Constructor and Description |
---|
BitSet(BitSetMapping map)
Creates an empty set corresponding to a given mapping.
|