Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dformats.rs53 pub(crate) struct FormatStructure { struct
84 pub fn structure(&self) -> FormatStructure { in structure() argument
85 FormatStructure { in structure()
/wasmtime-44.0.1/cranelift/codegen/meta/src/shared/
H A Dmod.rs10 use crate::cdsl::formats::{FormatStructure, InstructionFormat};
56 let mut format_structures: HashMap<FormatStructure, Rc<InstructionFormat>> = HashMap::new(); in verify_instruction_formats()