public abstract static class AMD64VectorMove.VectorMemOp extends AMD64VectorInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected AMD64AddressValue |
address |
protected AMD64Assembler.VexMoveOp |
op |
protected LIRFrameState |
state |
size, TYPEADDRESS_FLAGS, ALLOWED_FLAGS| Modifier | Constructor and Description |
|---|---|
protected |
VectorMemOp(LIRInstructionClass<? extends AMD64VectorMove.VectorMemOp> c,
AVXKind.AVXSize size,
AMD64Assembler.VexMoveOp op,
AMD64AddressValue address,
LIRFrameState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb,
AMD64MacroAssembler masm) |
protected abstract void |
emitMemAccess(AMD64MacroAssembler masm) |
needsClearUpperVectorRegistersemitCodeaddStackSlotsToTemporaries, 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, visitEachTempprotected final AMD64Assembler.VexMoveOp op
protected AMD64AddressValue address
protected LIRFrameState state
protected VectorMemOp(LIRInstructionClass<? extends AMD64VectorMove.VectorMemOp> c, AVXKind.AVXSize size, AMD64Assembler.VexMoveOp op, AMD64AddressValue address, LIRFrameState state)
protected abstract void emitMemAccess(AMD64MacroAssembler masm)
public void emitCode(CompilationResultBuilder crb, AMD64MacroAssembler masm)
emitCode in class AMD64LIRInstruction