Searched defs:u32x4 (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | mod.rs | 50 type u32x4 = sse2::u32x4_sse2<S3, S4, NI>; typedef 78 type u32x4 = sse2::u32x4_sse2<YesS3, YesS4, NI>; typedef
|
D | sse2.rs | 458 impl<S3: Copy, S4: Copy, NI: Copy> u32x4<Machine86<S3, S4, NI>> for u32x4_sse2<S3, S4, NI> impl 480 impl<NI: Copy> u32x4<Avx2Machine<NI>> for u32x4_sse2<YesS3, YesS4, NI> impl
|
/external/rust/crates/ppv-lite86/src/ |
D | types.rs | 113 pub trait u32x4<M: Machine>: interface 232 type u32x4: u32x4<Self>; typedef
|
D | generic.rs | 439 type u32x4 = u32x4_generic; typedef
|
/external/pffft/ |
D | sse2neon.h | 4467 uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000D 000C 000B 000A */ in _mm_cvtepu8_epi32() local 4477 uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepu8_epi64() local 4543 uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ in _mm_cvtepu16_epi64() local
|