Expand description
Structs§
- Encoded
X86_ 64Instruction - Represents a binary encoded
X86_64instruction. - Immediate8
- Represents an 8-bit immediate value.
- Immediate16
- Represents an 16-bit immediate value.
- Immediate32
- Represents an 32-bit immediate value.
- Immediate64
- Represents an 64-bit immediate value.
Enums§
- GPR
- Represents a general purpose register in the
X86_64instruction set. - GPRKind
- Represents the kind of a general purpose register.
- GPROr
Memory - Represents a GPR or memory operand.
- Memory
- Represents a memory operand.
- Offset
- Represents the offset for a memory operand.
- Scale
- Represents the scale factor for the index register in a memory operand.
- Size
- Represents all the sizes used by the project from the X64 instruction set.