public class AMD64Binary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AMD64Binary.CommutativeTwoOp
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.DataTwoOp
Instruction that has one
AllocatableValue operand and one
DataSectionReference operand. |
static class |
AMD64Binary.MemoryTwoOp
Instruction that has one
AllocatableValue operand and one memory operand. |
static class |
AMD64Binary.RMIOp
Instruction with a separate result operand, one
AllocatableValue input and one 32-bit
immediate input. |
static class |
AMD64Binary.TwoOp
Instruction that has two
AllocatableValue operands. |
| Constructor and Description |
|---|
AMD64Binary() |