public static final class StandardOp.StackMove extends LIRInstruction implements StandardOp.MoveOp
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
protected Value |
input |
protected AllocatableValue |
result |
static LIRInstructionClass<StandardOp.StackMove> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Constructor and Description |
---|
StackMove(AllocatableValue result,
Value input) |
Modifier and Type | Method and Description |
---|---|
void |
emitCode(CompilationResultBuilder crb) |
Value |
getInput() |
AllocatableValue |
getResult() |
destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getLIRInstructionClass, hasOperands, hasState, id, name, setId, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
public static final LIRInstructionClass<StandardOp.StackMove> TYPE
protected AllocatableValue result
public StackMove(AllocatableValue result, Value input)
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public Value getInput()
getInput
in interface StandardOp.MoveOp
public AllocatableValue getResult()
getResult
in interface StandardOp.MoveOp