Searched defs:FormatStructure (Results 1 – 1 of 1) sorted by relevance
53 pub(crate) struct FormatStructure { struct54 pub num_value_operands: usize,55 pub has_value_list: bool,56 pub num_block_operands: usize,57 pub num_raw_block_operands: usize,59 pub imm_field_names: Vec<(&'static str, &'static str)>,84 pub fn structure(&self) -> FormatStructure { in structure()