public class AMD64Binary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AMD64Binary.CommutativeOp
Commutative instruction that has two
AllocatableValue operands. |
static class |
AMD64Binary.ConstOp
Instruction that has one
AllocatableValue operand and one 32-bit immediate operand. |
static class |
AMD64Binary.DataOp
Instruction that has one
AllocatableValue operand and one
CompilationResult.DataSectionReference operand. |
static class |
AMD64Binary.MemoryOp
Instruction that has one
AllocatableValue operand and one memory operand. |
static class |
AMD64Binary.Op
Instruction that has two
AllocatableValue operands. |
static class |
AMD64Binary.RMIOp
Instruction with a separate result operand, one
AllocatableValue input and one 32-bit
immediate input. |
Constructor and Description |
---|
AMD64Binary() |
public AMD64Binary()