Lines Matching refs:u128x1_generic
182 impl RotateEachWord128 for u128x1_generic {} implementation
183 impl BitOps128 for u128x1_generic {} implementation
184 impl BitOps64 for u128x1_generic {} implementation
186 impl BitOps32 for u128x1_generic {} implementation
189 impl BitOps0 for u128x1_generic {} implementation
291 impl_bitops!(u128x1_generic);
379 impl RotateEachWord32 for u128x1_generic { implementation
413 impl RotateEachWord64 for u128x1_generic { implementation
425 type u128x1 = u128x1_generic;
444 pub struct u128x1_generic([u128; 1]); struct
458 impl From<u128x1_generic> for vec128_storage {
460 fn from(o: u128x1_generic) -> Self { in from()
477 impl Store<vec128_storage> for u128x1_generic { implementation
486 impl ArithOps for u128x1_generic {} implementation
502 impl Add for u128x1_generic { implementation
521 impl AddAssign for u128x1_generic { implementation
539 impl BSwap for u128x1_generic { implementation
605 pub type u128x2_generic = x2<u128x1_generic, G0>;
608 pub type u128x4_generic = x4<u128x1_generic>;
645 impl MultiLane<[u128; 1]> for u128x1_generic { implementation
738 impl u128x1<GenericMachine> for u128x1_generic {} implementation