public interface SPARCDelayedControlTransfer
LIRInstructions which provide a delay slot for one instruction
from another LIRInstruction.SPARCTailDelayedLIRInstruction| Modifier and Type | Field and Description |
|---|---|
static SPARCDelayedControlTransfer |
DUMMY |
| Modifier and Type | Method and Description |
|---|---|
void |
emitControlTransfer(CompilationResultBuilder crb,
SPARCMacroAssembler masm)
This method must be called, to generate the control transfer, but without any Nop in the
delay slot.
|
void |
resetState() |
static final SPARCDelayedControlTransfer DUMMY
void emitControlTransfer(CompilationResultBuilder crb, SPARCMacroAssembler masm)
crb - masm - void resetState()