[−][src]Trait cranelift_codegen::machinst::MachInstEmit
A trait describing the ability to encode a MachInst into binary machine code.
Associated Types
Loading content...Required methods
fn emit(
&self,
code: &mut MachBuffer<Self>,
flags: &Flags,
state: &mut Self::State
)
&self,
code: &mut MachBuffer<Self>,
flags: &Flags,
state: &mut Self::State
)
Emit the instruction.