Package | Description |
---|---|
org.jikesrvm.compilers.opt | |
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 LongConstantOperand |
ClassLoaderProxy.getLongFromConstantPool(RVMClass klass,
int index) |
Modifier and Type | Method and Description |
---|---|
static LongConstantOperand |
IRTools.LC(long value)
Create a long constant operand with a given value.
|
Modifier and Type | Field and Description |
---|---|
static LongConstantOperand |
LongConstantOperand.zero
Constant 0, can be copied as convenient
|
Modifier and Type | Method and Description |
---|---|
LongConstantOperand |
Operand.asLongConstant()
Cast to an
LongConstantOperand . |
Modifier and Type | Method and Description |
---|---|
protected static LongConstantOperand |
BURS_Common_Helpers.LC(Operand op) |