Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dtypes.rs198 pub trait u128x4<M: Machine>: interface
243 type u128x4: u128x4<Self>; typedef
Dgeneric.rs448 type u128x4 = u128x4_generic; typedef
777 impl u128x4<GenericMachine> for u128x4_generic {}
/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs61 type u128x4 = sse2::u128x4_sse2<S3, S4, NI>; typedef
89 type u128x4 = sse2::u128x4_sse2<YesS3, YesS4, NI>; typedef
192 u128x4: [u128; 4],
200 u128x4: [0, 0, 0, 0], in default()
240 impl_into!(vec512_storage, [u128; 4], u128x4);
Dsse2.rs1005 impl<S3: Copy, S4: Copy, NI: Copy> u128x4<Machine86<S3, S4, NI>> for u128x4_sse2<S3, S4, NI> impl
1024 impl<NI: Copy> u128x4<Avx2Machine<NI>> for u128x4_sse2<YesS3, YesS4, NI> impl