Searched refs:format_structures (Results 1 – 1 of 1) sorted by relevance
56 let mut format_structures: HashMap<FormatStructure, Rc<InstructionFormat>> = HashMap::new(); in verify_instruction_formats() localVariable73 if let Some(existing_format) = format_structures.get(&key) { in verify_instruction_formats()80 format_structures.insert(key, inst.format.clone()); in verify_instruction_formats()84 let mut result = Vec::from_iter(format_structures.into_values()); in verify_instruction_formats()