Expand description
X64 structures.
Structs§
- Argument
Register Allocator - An allocator that allocates registers for function arguments according to the System V ABI.
Enums§
- GPR
- General-purpose registers.
- X64Register
- A machine register under the x86-64 architecture.
- XMM
- XMM registers.
Functions§
- new_
machine_ state - Create a new
MachineState
with default values.