Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dgeneric.rs185 impl BitOps64 for u64x2_generic {} implementation
187 impl BitOps32 for u64x2_generic {} implementation
190 impl BitOps0 for u64x2_generic {} implementation
290 impl_bitops!(u64x2_generic);
328 impl RotateEachWord32 for u64x2_generic { implementation
362 impl RotateEachWord64 for u64x2_generic { implementation
424 type u64x2 = u64x2_generic;
442 pub struct u64x2_generic([u64; 2]); struct
452 impl From<u64x2_generic> for vec128_storage {
454 fn from(q: u64x2_generic) -> Self { in from()
[all …]