Expand description
X86_64-bit Instruction Set Architecture.
Modules§
- args
- Instruction operand sub-components (aka “parts”): definitions and printing.
- encoding
- Contains the encoding machinery for the various x64 instruction formats.
- settings
- x86 Settings.
Structs§
- Call
Info - Out-of-line data for calls, to keep the size of
Instdown. - Emit
Info - Constant state used during emissions of a sequence of instructions.
- Emit
State - State carried between emissions of a sequence of instructions.
Enums§
- Inst
- Internal type MInst: defined at src/isa/x64/inst.isle line 8.