Searched defs:u32x4x4 (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/ppv-lite86/src/ |
D | types.rs | 168 pub trait u32x4x4<M: Machine>: trait 231 type u32x4x4: u32x4x4<Self>; typedef
|
D | generic.rs | 430 type u32x4x4 = u32x4x4_generic; typedef
|
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | mod.rs | 59 type u32x4x4 = sse2::u32x4x4_sse2<S3, S4, NI>; typedef 87 type u32x4x4 = sse2::avx2::u32x4x4_avx2<NI>; typedef
|
D | sse2.rs | 980 impl<S3: Copy, S4: Copy, NI: Copy> u32x4x4<Machine86<S3, S4, NI>> for u32x4x4_sse2<S3, S4, NI> impl 1007 impl<NI: Copy> u32x4x4<Avx2Machine<NI>> for u32x4x4_sse2<YesS3, YesS4, NI> impl 1398 impl<NI> u32x4x4<Avx2Machine<NI>> for u32x4x4_avx2<NI> where NI: Copy {} impl
|