Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dencoding.rs50 pub fn evex(length: Length, tuple_type: TupleType) -> Evex { in evex()
59 tuple_type, in evex()
1249 pub tuple_type: TupleType, field
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/generate/
H A Dformat.rs262 let evex_scaling = Some(match evex.tuple_type { in generate_evex_prefix()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs449 ComponentDefinedType::Tuple(e) => InterfaceType::Tuple(self.tuple_type(types, e)?), in defined_type()
558 fn tuple_type(&mut self, types: TypesRef<'_>, ty: &TupleType) -> Result<TypeTupleIndex> { in tuple_type() method