Function cranelift_codegen_meta::cdsl::instructions::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.