Home
last modified time | relevance | path

Searched refs:fixed_values (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_inst.rs920 let fixed_values = inst.value_opnums.len(); in gen_type_constraints() localVariable
941 fixed_values) in gen_type_constraints()
953 assert!(fixed_results < 8 && fixed_values < 8, "Bit field encoding too tight"); in gen_type_constraints()
961 flags |= fixed_values << 5; // 6th bit and more in gen_type_constraints()