Searched refs:BitOps128 (Results 1 – 4 of 4) sorted by relevance
29 pub trait BitOps128: BitOps64 + RotateEachWord128 {} interface124 BitOps128 + Store<vec128_storage> + Swap64 + MultiLane<[u128; 1]> + Into<vec128_storage>159 BitOps128189 BitOps128
85 impl<W, G> BitOps128 for x2<W, G>87 W: BitOps128 + BitOps0,273 impl<W> BitOps128 for x4<W> where W: BitOps128 + BitOps0 {}
183 impl BitOps128 for u128x1_generic {}
160 impl<S3: Copy, S4: Copy, NI: Copy> BitOps128 for $vec<S3, S4, NI> where impl