public static final class AMD64VectorMove.RestoreRegistersOp extends AMD64RestoreRegistersOp
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
static LIRInstructionClass<AMD64VectorMove.RestoreRegistersOp> |
TYPE |
slotsADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
RestoreRegistersOp(AllocatableValue[] source,
AMD64SaveRegistersOp save) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
restoreRegister(CompilationResultBuilder crb,
AMD64MacroAssembler masm,
Register register,
StackSlot input) |
emitCode, getSavedRegistersemitCodeaddStackSlotsToTemporaries, 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<AMD64VectorMove.RestoreRegistersOp> TYPE
public RestoreRegistersOp(AllocatableValue[] source,
AMD64SaveRegistersOp save)
protected void restoreRegister(CompilationResultBuilder crb, AMD64MacroAssembler masm, Register register, StackSlot input)
restoreRegister in class AMD64RestoreRegistersOp