public class AMD64SignExtendOp extends AMD64LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
protected AllocatableValue |
highResult |
protected AllocatableValue |
input |
protected AllocatableValue |
lowResult |
private AMD64Assembler.OperandSize |
size |
static LIRInstructionClass<AMD64SignExtendOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
AMD64SignExtendOp(AMD64Assembler.OperandSize size,
LIRKind resultKind,
AllocatableValue input) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb,
AMD64MacroAssembler masm) |
AllocatableValue |
getHighResult() |
AllocatableValue |
getLowResult() |
void |
verify() |
emitCodedestroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getLIRInstructionClass, hasOperands, hasState, id, name, setId, toString, toStringWithIdPrefix, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64SignExtendOp> TYPE
private final AMD64Assembler.OperandSize size
protected AllocatableValue highResult
protected AllocatableValue lowResult
protected AllocatableValue input
public AMD64SignExtendOp(AMD64Assembler.OperandSize size, LIRKind resultKind, AllocatableValue input)
public AllocatableValue getHighResult()
public AllocatableValue getLowResult()
public void emitCode(CompilationResultBuilder crb, AMD64MacroAssembler masm)
emitCode in class AMD64LIRInstructionpublic void verify()
verify in class LIRInstruction