public abstract class SPARCBlockEndOp extends LIRInstruction implements StandardOp.BlockEndOp, SPARCLIRInstructionMixin
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
SPARCLIRInstructionMixin.SizeEstimate, SPARCLIRInstructionMixin.SPARCLIRInstructionMixinStore
Modifier and Type | Field and Description |
---|---|
static LIRInstructionClass<SPARCBlockEndOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier | Constructor and Description |
---|---|
protected |
SPARCBlockEndOp(LIRInstructionClass<? extends SPARCBlockEndOp> c) |
protected |
SPARCBlockEndOp(LIRInstructionClass<? extends SPARCBlockEndOp> c,
SPARCLIRInstructionMixin.SizeEstimate sizeEstimate) |
Modifier and Type | Method and Description |
---|---|
void |
emitCode(CompilationResultBuilder crb) |
protected abstract void |
emitCode(CompilationResultBuilder crb,
SPARCMacroAssembler masm) |
SPARCLIRInstructionMixin.SPARCLIRInstructionMixinStore |
getSPARCLIRInstructionStore() |
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, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
estimateSize, leavesRegisterWindow
public static final LIRInstructionClass<SPARCBlockEndOp> TYPE
protected SPARCBlockEndOp(LIRInstructionClass<? extends SPARCBlockEndOp> c)
protected SPARCBlockEndOp(LIRInstructionClass<? extends SPARCBlockEndOp> c, SPARCLIRInstructionMixin.SizeEstimate sizeEstimate)
public SPARCLIRInstructionMixin.SPARCLIRInstructionMixinStore getSPARCLIRInstructionStore()
getSPARCLIRInstructionStore
in interface SPARCLIRInstructionMixin
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
protected abstract void emitCode(CompilationResultBuilder crb, SPARCMacroAssembler masm)