cranelift_codegen_meta::gen_inst

Function 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.