Class AArch64AESEncryptOp
java.lang.Object
jdk.graal.compiler.lir.LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64AESEncryptOp
-
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
FieldsFields inherited from class jdk.graal.compiler.lir.LIRInstruction
ALLOWED_FLAGS
-
Constructor Summary
ConstructorsConstructorDescriptionAArch64AESEncryptOp
(jdk.vm.ci.meta.Value fromValue, jdk.vm.ci.meta.Value toValue, jdk.vm.ci.meta.Value keyValue, int lengthOffset) -
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
-
TYPE
-
-
Constructor Details
-
AArch64AESEncryptOp
public AArch64AESEncryptOp(jdk.vm.ci.meta.Value fromValue, jdk.vm.ci.meta.Value toValue, jdk.vm.ci.meta.Value keyValue, int lengthOffset)
-
-
Method Details
-
emitCode
- Specified by:
emitCode
in classAArch64LIRInstruction
-