Trait MachInstEmit
cranelift_codegen::machinst
pub trait MachInstEmit<O: MachSectionOutput> { fn emit(&self, code: &mut O, flags: &Flags); }
A trait describing the ability to encode a MachInst into binary machine code.
fn emit(&self, code: &mut O, flags: &Flags)
Emit the instruction.