Module external

Module external 

Source
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§

AsmCodeSink
Implementor of the [asm::CodeSink] trait.
CraneliftRegisters
Define the types of registers Cranelift will use.
PairedGpr
A pair of registers, one for reading and one for writing.
PairedXmm
A pair of XMM registers, one for reading and one for writing.

Type Aliases§

AsmInst
Convenience type alias of asm::inst::Inst with R = CraneliftRegisters filled in.