Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs721 typeset_offset: u8, field
766 fn typeset_offset(self) -> Option<usize> { in typeset_offset() method
767 let offset = usize::from(self.typeset_offset); in typeset_offset()
807 self.typeset_offset().map(|offset| TYPE_SETS[offset]) in ctrl_typeset()