Available on crate feature
x86
only.Expand description
Interface with the external assembler crate.
Modules§
- offsets
- Keep track of the offset slots to fill in during emission; see
KnownOffsetTable
.
Structs§
- AsmCode
Sink - Implementor of the [
asm::CodeSink
] trait. - Cranelift
Registers - Define the types of registers Cranelift will use.
- Paired
Gpr - A pair of registers, one for reading and one for writing.
- Paired
Xmm - A pair of XMM registers, one for reading and one for writing.
Type Aliases§
- AsmInst
- Convenience type alias of
asm::inst::Inst
withR = CraneliftRegisters
filled in.