Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.ir.ia32 | |
org.jikesrvm.compilers.opt.lir2mir.ia32 |
Provides classes that implement the IA32-specific parts
of the transition from low-level IR to machine-specific IR.
|
org.jikesrvm.compilers.opt.mir2mc.ia32 |
Modifier and Type | Method and Description |
---|---|
PhysicalRegisterSet |
GenericPhysicalRegisterSet.asIA32() |
Modifier and Type | Field and Description |
---|---|
private PhysicalRegisterSet |
PhysicalDefUse.PDUEnumeration.phys |
Modifier and Type | Method and Description |
---|---|
private static Register |
PhysicalDefUse.PDUEnumeration.getReg(int m,
PhysicalRegisterSet phys) |
Modifier and Type | Method and Description |
---|---|
private static PhysicalRegisterSet |
ComplexLIR2MIRExpansion.phys(IR ir) |
Modifier and Type | Method and Description |
---|---|
private static void |
FinalMIRExpansion.expandFmov(Instruction s,
PhysicalRegisterSet phys)
expand an FMOV pseudo-insruction.
|