Home
last modified time | relevance | path

Searched refs:u32x4x2 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dtypes.rs128 pub trait u32x4x2<M: Machine>: trait
226 type u32x4x2: u32x4x2<Self>; typedef
Dgeneric.rs426 type u32x4x2 = u32x4x2_generic; typedef
739 impl u32x4x2<GenericMachine> for u32x4x2_generic {}
/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs54 type u32x4x2 = sse2::u32x4x2_sse2<S3, S4, NI>; typedef
82 type u32x4x2 = sse2::u32x4x2_sse2<YesS3, YesS4, NI>; typedef
Dsse2.rs883 impl<S3: Copy, S4: Copy, NI: Copy> u32x4x2<Machine86<S3, S4, NI>> for u32x4x2_sse2<S3, S4, NI> impl
912 u128x2_sse2<S3, S4, NI>: Into<<Machine86<S3, S4, NI> as Machine>::u32x4x2>,
918 impl<NI: Copy> u32x4x2<Avx2Machine<NI>> for u32x4x2_sse2<YesS3, YesS4, NI> impl
947 u128x2_sse2<YesS3, YesS4, NI>: Into<<Avx2Machine<NI> as Machine>::u32x4x2>,