public static final class AMD64Move.MoveToRegOp extends AMD64LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected AllocatableValue |
input |
protected AllocatableValue |
result |
static LIRInstructionClass<AMD64Move.MoveToRegOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
MoveToRegOp(AMD64Kind moveKind,
AllocatableValue result,
AllocatableValue input) |
| Modifier and Type | Method and Description |
|---|---|
AllocatableValue |
getInput() |
AllocatableValue |
getResult() |
emitCodeaddStackSlotsToTemporaries, 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, visitEachTempclone, equals, getClass, notify, notifyAll, wait, wait, waitasValueMoveOp, isValueMoveOpasMoveOp, isMoveOppublic static final LIRInstructionClass<AMD64Move.MoveToRegOp> TYPE
protected AllocatableValue result
protected AllocatableValue input