public abstract static class AMD64Call.ForeignCallOp extends AMD64Call.CallOp implements DiagnosticLIRGeneratorTool.ZapRegistersAfterInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected ForeignCallLinkage |
callTarget |
static LIRInstructionClass<AMD64Call.ForeignCallOp> |
TYPE |
parameters, result, state, tempsADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
ForeignCallOp(LIRInstructionClass<? extends AMD64Call.ForeignCallOp> c,
ForeignCallLinkage callTarget,
Value result,
Value[] parameters,
Value[] temps,
LIRFrameState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
destroysCallerSavedRegisters() |
boolean |
needsClearUpperVectorRegisters() |
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, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64Call.ForeignCallOp> TYPE
protected final ForeignCallLinkage callTarget
public ForeignCallOp(LIRInstructionClass<? extends AMD64Call.ForeignCallOp> c, ForeignCallLinkage callTarget, Value result, Value[] parameters, Value[] temps, LIRFrameState state)
public boolean destroysCallerSavedRegisters()
destroysCallerSavedRegisters in class AMD64Call.CallOppublic boolean needsClearUpperVectorRegisters()
needsClearUpperVectorRegisters in class LIRInstruction