Searched refs:BitOps64 (Results 1 – 4 of 4) sorted by relevance
28 pub trait BitOps64: BitOps32 + RotateEachWord64 {} interface29 pub trait BitOps128: BitOps64 + RotateEachWord128 {}115 BitOps64138 BitOps64148 BitOps64179 BitOps64
79 impl<W, G> BitOps64 for x2<W, G>81 W: BitOps64 + BitOps0,272 impl<W> BitOps64 for x4<W> where W: BitOps64 + BitOps0 {}
184 impl BitOps64 for u128x1_generic {}185 impl BitOps64 for u64x2_generic {}
150 impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for $vec<S3, S4, NI> where impl