cranelift_codegen::isa::aarch64::inst

Module emit

Source
Available on crate feature arm64 only.
Expand description

AArch64 ISA: binary code emission.

Structs§

EmitInfo
Constant state used during function compilation.
EmitState
State carried between emissions of a sequence of instructions.

Functions§

mem_finalize
Memory addressing mode finalization: convert “special” modes (e.g., generic arbitrary stack offset) into real addressing modes, possibly by emitting some helper instructions that come immediately before the use of this amode.