| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.ir.operand | |
| org.jikesrvm.compilers.opt.lir2mir |
Provides classes that implement the transition from low-level IR to
machine-specific IR.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressConstantOperand |
IRTools.AC(Address value)
Create an address constant operand with a given value.
|
static AddressConstantOperand |
IRTools.AC(Offset value) |
| Modifier and Type | Method and Description |
|---|---|
AddressConstantOperand |
Operand.asAddressConstant()
Cast to an
AddressConstantOperand. |
| Modifier and Type | Method and Description |
|---|---|
protected static AddressConstantOperand |
BURS_Common_Helpers.AC(Operand op) |