Home
last modified time | relevance | path

Searched refs:u32x4x4 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dtypes.rs168 pub trait u32x4x4<M: Machine>: interface
231 type u32x4x4: u32x4x4<Self>; typedef
Dgeneric.rs430 type u32x4x4 = u32x4x4_generic; typedef
743 impl u32x4x4<GenericMachine> for u32x4x4_generic {}
/external/rust/crates/rand_chacha/src/
Dguts.rs122 a: Mach::u32x4x4::from_lanes([k, k, k, k]),
123 b: Mach::u32x4x4::from_lanes([b, b, b, b]),
124 c: Mach::u32x4x4::from_lanes([c, c, c, c]),
125 d: m.unpack(Mach::u32x4x4::from_lanes([d0, d1, d2, d3]).into()),
/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs59 type u32x4x4 = sse2::u32x4x4_sse2<S3, S4, NI>; typedef
87 type u32x4x4 = sse2::avx2::u32x4x4_avx2<NI>; typedef
Dsse2.rs980 impl<S3: Copy, S4: Copy, NI: Copy> u32x4x4<Machine86<S3, S4, NI>> for u32x4x4_sse2<S3, S4, NI> impl
1002 u128x4_sse2<S3, S4, NI>: Into<<Machine86<S3, S4, NI> as Machine>::u32x4x4>,
1007 impl<NI: Copy> u32x4x4<Avx2Machine<NI>> for u32x4x4_sse2<YesS3, YesS4, NI> impl
1029 u128x4_sse2<YesS3, YesS4, NI>: Into<<Avx2Machine<NI> as Machine>::u32x4x4>,
1398 impl<NI> u32x4x4<Avx2Machine<NI>> for u32x4x4_avx2<NI> where NI: Copy {} impl