Searched defs:u32x4x4 (Results 1 – 4 of 4) sorted by relevance
59 type u32x4x4 = sse2::u32x4x4_sse2<S3, S4, NI>; typedef87 type u32x4x4 = sse2::avx2::u32x4x4_avx2<NI>; typedef
987 impl<S3: Copy, S4: Copy, NI: Copy> u32x4x4<Machine86<S3, S4, NI>> for u32x4x4_sse2<S3, S4, NI> impl1598 impl<NI: Copy> u32x4x4<Avx2Machine<NI>> for u32x4x4_avx2<NI> {} impl
175 pub trait u32x4x4<M: Machine>: trait241 type u32x4x4: u32x4x4<Self>; typedef
446 type u32x4x4 = u32x4x4_generic; typedef