Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs67 impl<W, G> BitOps0 for x2<W, G>
69 W: BitOps0,
75 W: BitOps32 + BitOps0,
81 W: BitOps64 + BitOps0,
87 W: BitOps128 + BitOps0,
270 impl<W> BitOps0 for x4<W> where W: BitOps0 {}
271 impl<W> BitOps32 for x4<W> where W: BitOps32 + BitOps0 {}
272 impl<W> BitOps64 for x4<W> where W: BitOps64 + BitOps0 {}
273 impl<W> BitOps128 for x4<W> where W: BitOps128 + BitOps0 {}
Dtypes.rs14 pub trait BitOps0: trait
27 pub trait BitOps32: BitOps0 + RotateEachWord32 {}
Dgeneric.rs189 impl BitOps0 for u128x1_generic {}
190 impl BitOps0 for u64x2_generic {}
191 impl BitOps0 for u32x4_generic {}
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs121 impl<S3: Copy, S4: Copy, NI: Copy> BitOps0 for $vec<S3, S4, NI> {} impl
1538 impl<NI> BitOps0 for u32x4x4_avx2<NI> where NI: Copy {}