Struct cranelift_codegen_meta::cdsl::formats::FormatStructure
source · pub(crate) struct FormatStructure {
pub num_value_operands: usize,
pub has_value_list: bool,
pub num_block_operands: usize,
pub imm_field_names: Vec<(&'static str, &'static str)>,
}
Expand description
A tuple serving as a key to deduplicate InstructionFormat.
Fields§
§num_value_operands: usize
§has_value_list: bool
§num_block_operands: usize
§imm_field_names: Vec<(&'static str, &'static str)>
Tuples of (Rust field name / Rust type) for each immediate field.