Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dformats.rs53 pub(crate) struct FormatStructure { struct
54 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()