Class AArch64AcrossVectorOp.ASIMDOp
java.lang.Object
jdk.graal.compiler.lir.LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64AcrossVectorOp.ASIMDOp
- Enclosing class:
AArch64AcrossVectorOp
-
Nested Class Summary
Nested classes/interfaces inherited from class jdk.graal.compiler.lir.LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.LIRInstructionSlowPath, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jdk.vm.ci.meta.AllocatableValue
protected jdk.vm.ci.meta.AllocatableValue
Fields inherited from class jdk.graal.compiler.lir.LIRInstruction
ALLOWED_FLAGS
-
Constructor Summary
ConstructorsConstructorDescriptionASIMDOp
(AArch64AcrossVectorOp op, jdk.vm.ci.meta.AllocatableValue result, jdk.vm.ci.meta.AllocatableValue input) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class jdk.graal.compiler.lir.aarch64.AArch64LIRInstruction
emitCode
Methods inherited from class jdk.graal.compiler.lir.LIRInstruction
addStackSlotsToTemporaries, 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, modifiesStackPointer, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
-
Field Details
-
result
protected jdk.vm.ci.meta.AllocatableValue result -
input
protected jdk.vm.ci.meta.AllocatableValue input
-
-
Constructor Details
-
ASIMDOp
public ASIMDOp(AArch64AcrossVectorOp op, jdk.vm.ci.meta.AllocatableValue result, jdk.vm.ci.meta.AllocatableValue input)
-
-
Method Details
-
emitCode
- Specified by:
emitCode
in classAArch64LIRInstruction
-