public static final class AMD64VectorMove.VectorLoadOp extends AMD64VectorMove.VectorMemOp
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected AllocatableValue |
result |
static LIRInstructionClass<AMD64VectorMove.VectorLoadOp> |
TYPE |
address, op, statesizeADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
VectorLoadOp(AVXKind.AVXSize size,
AMD64Assembler.VexMoveOp op,
AllocatableValue result,
AMD64AddressValue address,
LIRFrameState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitMemAccess(AMD64MacroAssembler masm) |
emitCodeneedsClearUpperVectorRegistersemitCodeaddStackSlotsToTemporaries, 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, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64VectorMove.VectorLoadOp> TYPE
protected AllocatableValue result
public VectorLoadOp(AVXKind.AVXSize size, AMD64Assembler.VexMoveOp op, AllocatableValue result, AMD64AddressValue address, LIRFrameState state)
public void emitMemAccess(AMD64MacroAssembler masm)
emitMemAccess in class AMD64VectorMove.VectorMemOp