public class AMD64BinaryConsumer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AMD64BinaryConsumer.ConstOp
Instruction that has one
AllocatableValue operand and one 32-bit immediate operand. |
static class |
AMD64BinaryConsumer.DataOp
Instruction that has one
AllocatableValue operand and one
CompilationResult.DataSectionReference operand. |
static class |
AMD64BinaryConsumer.MemoryConstOp
Instruction that has one
memory operand and one 32-bit immediate
operand. |
static class |
AMD64BinaryConsumer.MemoryMROp
Instruction that has a
memory operand as first input and an
AllocatableValue as second input. |
static class |
AMD64BinaryConsumer.MemoryRMOp
Instruction that has an
AllocatableValue as first input and a
memory operand as second input. |
static class |
AMD64BinaryConsumer.Op
Instruction that has two
AllocatableValue operands. |
Constructor and Description |
---|
AMD64BinaryConsumer() |
public AMD64BinaryConsumer()