Skip to main content

Module aarch64

Module aarch64 

Source
Expand description

AArch64 codegen utilities

Re-exports§

pub use abi::AArch64ABI;
pub use frame::FrameMap;
pub use regalloc::A64RegAlloc;

Modules§

abi
AArch64 ABI utilities for symbol naming and calling conventions.
frame
Stack frame layout for AArch64 code generation.
regalloc