Class AArch64SHA512Op
java.lang.Object
jdk.graal.compiler.lir.LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64LIRInstruction
jdk.graal.compiler.lir.aarch64.AArch64SHA512Op
-
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
ConstructorsConstructorDescriptionAArch64SHA512Op
(LIRGeneratorTool tool, jdk.vm.ci.meta.AllocatableValue bufValue, jdk.vm.ci.meta.AllocatableValue stateValue) AArch64SHA512Op
(LIRGeneratorTool tool, jdk.vm.ci.meta.AllocatableValue bufValue, jdk.vm.ci.meta.AllocatableValue stateValue, jdk.vm.ci.meta.AllocatableValue ofsValue, jdk.vm.ci.meta.AllocatableValue limitValue, jdk.vm.ci.meta.AllocatableValue resultValue, boolean multiBlock) -
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
-
AArch64SHA512Op
public AArch64SHA512Op(LIRGeneratorTool tool, jdk.vm.ci.meta.AllocatableValue bufValue, jdk.vm.ci.meta.AllocatableValue stateValue) -
AArch64SHA512Op
public AArch64SHA512Op(LIRGeneratorTool tool, jdk.vm.ci.meta.AllocatableValue bufValue, jdk.vm.ci.meta.AllocatableValue stateValue, jdk.vm.ci.meta.AllocatableValue ofsValue, jdk.vm.ci.meta.AllocatableValue limitValue, jdk.vm.ci.meta.AllocatableValue resultValue, boolean multiBlock)
-
-
Method Details
-
emitCode
- Specified by:
emitCode
in classAArch64LIRInstruction
-