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