Lines Matching refs:u64x2_generic
185 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()
471 impl Store<vec128_storage> for u64x2_generic { implementation
485 impl ArithOps for u64x2_generic {} implementation
495 impl Add for u64x2_generic { implementation
515 impl AddAssign for u64x2_generic { implementation
533 impl BSwap for u64x2_generic { implementation
571 impl StoreBytes for u64x2_generic { implementation
603 pub type u64x2x2_generic = x2<u64x2_generic, G0>;
604 pub type u64x4_generic = x2<u64x2_generic, G1>;
607 pub type u64x2x4_generic = x4<u64x2_generic>;
620 impl MultiLane<[u64; 2]> for u64x2_generic { implementation
639 u64x2_generic::from_lanes([xs[0], xs[1]]),
640 u64x2_generic::from_lanes([xs[2], xs[3]]),
678 impl Vec2<u64> for u64x2_generic { implementation
737 impl u64x2<GenericMachine> for u64x2_generic {} implementation