public abstract class AMD64LIRInstruction extends LIRInstruction
emitCode(com.oracle.graal.lir.asm.CompilationResultBuilder)
method.LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
static LIRInstructionClass<AMD64LIRInstruction> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier | Constructor and Description |
---|---|
protected |
AMD64LIRInstruction(LIRInstructionClass<? extends AMD64LIRInstruction> c) |
Modifier and Type | Method and Description |
---|---|
void |
emitCode(CompilationResultBuilder crb) |
abstract void |
emitCode(CompilationResultBuilder crb,
AMD64MacroAssembler masm) |
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<AMD64LIRInstruction> TYPE
protected AMD64LIRInstruction(LIRInstructionClass<? extends AMD64LIRInstruction> c)
public final void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public abstract void emitCode(CompilationResultBuilder crb, AMD64MacroAssembler masm)