public abstract class AMD64VectorInstruction extends AMD64LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected AVXKind.AVXSize |
size |
static LIRInstructionClass<AMD64VectorInstruction> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
AMD64VectorInstruction(LIRInstructionClass<? extends AMD64VectorInstruction> c,
AVXKind.AVXSize size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsClearUpperVectorRegisters() |
emitCode, 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, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64VectorInstruction> TYPE
protected final AVXKind.AVXSize size
public AMD64VectorInstruction(LIRInstructionClass<? extends AMD64VectorInstruction> c, AVXKind.AVXSize size)
public boolean needsClearUpperVectorRegisters()
needsClearUpperVectorRegisters in class LIRInstruction