Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/shared/src/
H A Dconstants.rs28 pub const DYNAMIC_VECTOR_BASE: u16 = 0x100; constant
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dtypes.rs227 self.0 >= constants::DYNAMIC_VECTOR_BASE in is_dynamic_vector()
331 if new_type < constants::DYNAMIC_VECTOR_BASE as u32 in by()
332 && (new_type as u16) < constants::DYNAMIC_VECTOR_BASE in by()