Searched refs:FormatStructure (Results 1 – 2 of 2) sorted by relevance
53 pub(crate) struct FormatStructure { struct84 pub fn structure(&self) -> FormatStructure { in structure() argument85 FormatStructure { in structure()
10 use crate::cdsl::formats::{FormatStructure, InstructionFormat};56 let mut format_structures: HashMap<FormatStructure, Rc<InstructionFormat>> = HashMap::new(); in verify_instruction_formats()