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 Rustenum Inst
.