Home
last modified time | relevance | path

Searched defs:u32x4 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dtypes.rs102 pub trait u32x4<M: Machine>: trait
222 type u32x4: u32x4<Self>; typedef
Dgeneric.rs423 type u32x4 = u32x4_generic; typedef
/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs50 type u32x4 = sse2::u32x4_sse2<S3, S4, NI>; typedef
78 type u32x4 = sse2::u32x4_sse2<YesS3, YesS4, NI>; typedef
Dsse2.rs458 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/pffft/
Dsse2neon.h4467 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