public abstract class SPARCLIRInstruction extends LIRInstruction
emitCode(com.oracle.graal.lir.asm.CompilationResultBuilder)
method.Modifier and Type | Class and Description |
---|---|
static class |
SPARCLIRInstruction.SizeEstimate
This class represents a size estimation of a particular LIR instruction.
|
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
protected SPARCDelayedControlTransfer |
delayedControlTransfer |
private SPARCLIRInstruction.SizeEstimate |
size |
static LIRInstructionClass<SPARCLIRInstruction> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier | Constructor and Description |
---|---|
protected |
SPARCLIRInstruction(LIRInstructionClass<? extends LIRInstruction> c) |
protected |
SPARCLIRInstruction(LIRInstructionClass<? extends LIRInstruction> c,
SPARCLIRInstruction.SizeEstimate size) |
Modifier and Type | Method and Description |
---|---|
void |
emitCode(CompilationResultBuilder crb) |
abstract void |
emitCode(CompilationResultBuilder crb,
SPARCMacroAssembler masm) |
SPARCLIRInstruction.SizeEstimate |
estimateSize() |
boolean |
leavesRegisterWindow() |
void |
setDelayedControlTransfer(SPARCDelayedControlTransfer holder) |
destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getLIRInstructionClass, hasOperands, hasState, id, name, setId, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
public static final LIRInstructionClass<SPARCLIRInstruction> TYPE
private final SPARCLIRInstruction.SizeEstimate size
protected SPARCDelayedControlTransfer delayedControlTransfer
protected SPARCLIRInstruction(LIRInstructionClass<? extends LIRInstruction> c)
protected SPARCLIRInstruction(LIRInstructionClass<? extends LIRInstruction> c, SPARCLIRInstruction.SizeEstimate size)
public final void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public abstract void emitCode(CompilationResultBuilder crb, SPARCMacroAssembler masm)
public boolean leavesRegisterWindow()
public void setDelayedControlTransfer(SPARCDelayedControlTransfer holder)
public SPARCLIRInstruction.SizeEstimate estimateSize()