Crate cranelift_assembler_x64_meta

Source
Expand description

This crate generates Cranelift-specific assembly code for x64 instructions; see the README.md for more information.

Modules§

dsl
Defines a domain-specific language (DSL) for describing x64 instructions.
instructions
Defines x64 instructions using the DSL.

Functions§

generate_rust_assembler
Generate the assembler file containing the core assembler logic; each of the DSL-defined instructions is emitted into a Rust enum Inst.