Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs59 type u32x4x4 = sse2::u32x4x4_sse2<S3, S4, NI>; typedef
87 type u32x4x4 = sse2::avx2::u32x4x4_avx2<NI>; typedef
Dsse2.rs987 impl<S3: Copy, S4: Copy, NI: Copy> u32x4x4<Machine86<S3, S4, NI>> for u32x4x4_sse2<S3, S4, NI> impl
1598 impl<NI: Copy> u32x4x4<Avx2Machine<NI>> for u32x4x4_avx2<NI> {} impl
/external/rust/crates/ppv-lite86/src/
Dtypes.rs175 pub trait u32x4x4<M: Machine>: trait
241 type u32x4x4: u32x4x4<Self>; typedef
Dgeneric.rs446 type u32x4x4 = u32x4x4_generic; typedef