Home
last modified time | relevance | path

Searched defs:u64x2x4 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs60 type u64x2x4 = sse2::u64x2x4_sse2<S3, S4, NI>; typedef
88 type u64x2x4 = sse2::u64x2x4_sse2<YesS3, YesS4, NI>; typedef
Dsse2.rs997 impl<S3: Copy, S4: Copy, NI: Copy> u64x2x4<Machine86<S3, S4, NI>> for u64x2x4_sse2<S3, S4, NI> impl
1016 impl<NI: Copy> u64x2x4<Avx2Machine<NI>> for u64x2x4_sse2<YesS3, YesS4, NI> impl
/external/rust/crates/ppv-lite86/src/
Dtypes.rs188 pub trait u64x2x4<M: Machine>: trait
242 type u64x2x4: u64x2x4<Self>; typedef
Dgeneric.rs447 type u64x2x4 = u64x2x4_generic; typedef