[][src]Trait cranelift_codegen::machinst::MachInstEmit

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.

Required methods

fn emit(&self, code: &mut O, flags: &Flags)

Emit the instruction.

Loading content...

Implementors

Loading content...