cranelift_codegen_meta::cdsl::instructions

Function verify_format

Source
fn verify_format(
    inst_name: &str,
    operands_in: &[Operand],
    format: &InstructionFormat,
)
Expand description

Checks that the input operands actually match the given format.