Searched refs:BitOps64 (Results 1 – 4 of 4) sorted by relevance
28 pub trait BitOps64: BitOps32 + RotateEachWord64 {} interface29 pub trait BitOps128: BitOps64 + RotateEachWord128 {}126 …BitOps64 + Store<vec128_storage> + ArithOps + Vec2<u64> + MultiLane<[u64; 2]> + Into<vec128_storag…145 BitOps64155 BitOps64189 BitOps64
79 impl<W, G> BitOps64 for x2<W, G>81 W: BitOps64 + BitOps0,296 impl<W> BitOps64 for x4<W> where W: BitOps64 + BitOps0 {}
199 impl BitOps64 for u128x1_generic {}200 impl BitOps64 for u64x2_generic {}
150 impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for $vec<S3, S4, NI> where impl