Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs60 impl<W, G> RotateEachWord64 for x2<W, G>
62 W: Copy + RotateEachWord64,
263 impl<W> RotateEachWord64 for x4<W>
265 W: Copy + RotateEachWord64,
Dtypes.rs28 pub trait BitOps64: BitOps32 + RotateEachWord64 {}
42 pub trait RotateEachWord64 { trait
Dgeneric.rs362 impl RotateEachWord64 for u64x2_generic {
413 impl RotateEachWord64 for u128x1_generic {
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs151 $vec<S3, S4, NI>: RotateEachWord64 + RotateEachWord32
280 impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u64x2_sse2<S3, S4, NI> {
312 impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u128x1_sse2<S3, S4, NI> {
467 RotateEachWord64 + RotateEachWord32 + BSwap + MultiLane<[u64; 2]> + Vec2<u64>,
473 u128x1_sse2<S3, S4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap,
489 RotateEachWord64 + RotateEachWord32 + BSwap + MultiLane<[u64; 2]> + Vec2<u64>,
495 u128x1_sse2<YesS3, YesS4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap,
893 u64x2_sse2<S3, S4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap,
901 u64x2_sse2<S3, S4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap,
928 u64x2_sse2<YesS3, YesS4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap,
[all …]