Module cranelift_codegen::isa::aarch64::inst::emit

source ·
Expand description

AArch64 ISA: binary code emission.

Structs§

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

Functions§

  • 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.