public abstract static class AArch64Call.CallOp extends AArch64LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected Value[] |
parameters |
protected Value |
result |
protected LIRFrameState |
state |
protected Value[] |
temps |
ADDRESS_FLAGS, ALLOWED_FLAGS| Modifier | Constructor and Description |
|---|---|
protected |
CallOp(LIRInstructionClass<? extends AArch64Call.CallOp> c,
Value result,
Value[] parameters,
Value[] temps,
LIRFrameState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
destroysCallerSavedRegisters() |
emitCode, emitCodeaddStackSlotsToTemporaries, 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, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTempprotected Value result
protected Value[] parameters
protected Value[] temps
protected LIRFrameState state
protected CallOp(LIRInstructionClass<? extends AArch64Call.CallOp> c, Value result, Value[] parameters, Value[] temps, LIRFrameState state)
public boolean destroysCallerSavedRegisters()
destroysCallerSavedRegisters in class LIRInstruction