Function cranelift_codegen_meta::gen_inst::gen_format_constructor
source · fn gen_format_constructor(format: &InstructionFormat, fmt: &mut Formatter)
Expand description
Emit a method for creating and inserting an instruction format.
All instruction formats take an opcode
argument and a ctrl_typevar
argument for deducing
the result types.