Available on crate feature
x86
only.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§
- 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 7.
Functions§
- create_
cie unwind
- Creates a new x86-64 common information entry (CIE).
- emit_
unwind_ info - Emit unwind info for an x86 target.