Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs66 impl<W, G> RotateEachWord128 for x2<W, G> where W: RotateEachWord128 {}
293 impl<W> RotateEachWord128 for x4<W> where W: RotateEachWord128 {}
Dtypes.rs29 pub trait BitOps128: BitOps64 + RotateEachWord128 {}
46 pub trait RotateEachWord128 {} interface
Dgeneric.rs197 impl RotateEachWord128 for u128x1_generic {}
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs161 $vec<S3, S4, NI>: RotateEachWord128
315 impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord128 for u128x1_sse2<S3, S4, NI> {}