Lines Matching defs:x2
10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>); struct
11 impl<W, G> x2<W, G> { impl
47 impl<W, G> RotateEachWord32 for x2<W, G> implementation
60 impl<W, G> RotateEachWord64 for x2<W, G> implementation
66 impl<W, G> RotateEachWord128 for x2<W, G> where W: RotateEachWord128 {} implementation
67 impl<W, G> BitOps0 for x2<W, G> implementation
73 impl<W, G> BitOps32 for x2<W, G> implementation
79 impl<W, G> BitOps64 for x2<W, G> implementation
85 impl<W, G> BitOps128 for x2<W, G> implementation
98 impl<W, G> ArithOps for x2<W, G> implementation
106 impl<W: Not + Copy, G> Not for x2<W, G> { implementation
113 impl<W, G> UnsafeFrom<[W; 2]> for x2<W, G> { implementation
119 impl<W: Copy, G> Vec2<W> for x2<W, G> { implementation
130 impl<W: Copy + Store<vec128_storage>, G> Store<vec256_storage> for x2<W, G> { implementation
147 impl<W, G> Swap64 for x2<W, G> implementation
159 impl<W: Copy, G> MultiLane<[W; 2]> for x2<W, G> { implementation
169 impl<W: BSwap + Copy, G> BSwap for x2<W, G> { implementation
175 impl<W: StoreBytes + BSwap + Copy, G> StoreBytes for x2<W, G> { implementation
199 impl<W: Copy + LaneWords4, G: Copy> LaneWords4 for x2<W, G> { implementation