public static class AMD64BinaryConsumer.MemoryVMConstOp extends AMD64BinaryConsumer.MemoryConstOp
memory operand and one 32-bit immediate
operand that needs to be patched at runtime.LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected VMConstant |
c |
static LIRInstructionClass<AMD64BinaryConsumer.MemoryVMConstOp> |
TYPE |
state, xADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
MemoryVMConstOp(AMD64Assembler.AMD64MIOp opcode,
AMD64AddressValue x,
VMConstant c,
LIRFrameState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb,
AMD64MacroAssembler masm) |
protected boolean |
shouldAnnotate() |
getOpcode, makeNullCheckForemitCodeaddStackSlotsToTemporaries, destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getComment, getLIRInstructionClass, getPosition, hashCode, hasOperands, hasState, id, isLoadConstantOp, isMoveOp, isValueMoveOp, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64BinaryConsumer.MemoryVMConstOp> TYPE
protected final VMConstant c
public MemoryVMConstOp(AMD64Assembler.AMD64MIOp opcode, AMD64AddressValue x, VMConstant c, LIRFrameState state)
public void emitCode(CompilationResultBuilder crb, AMD64MacroAssembler masm)
emitCode in class AMD64BinaryConsumer.MemoryConstOpprotected boolean shouldAnnotate()
shouldAnnotate in class AMD64BinaryConsumer.MemoryConstOp