Lines Matching refs:u32x4_generic
188 impl BitOps32 for u32x4_generic {} implementation
191 impl BitOps0 for u32x4_generic {} implementation
289 impl_bitops!(u32x4_generic);
293 impl RotateEachWord32 for u32x4_generic { implementation
423 type u32x4 = u32x4_generic;
440 pub struct u32x4_generic([u32; 4]); struct
446 impl From<u32x4_generic> for vec128_storage {
448 fn from(d: u32x4_generic) -> Self { in from()
465 impl Store<vec128_storage> for u32x4_generic { implementation
484 impl ArithOps for u32x4_generic {} implementation
488 impl Add for u32x4_generic { implementation
509 impl AddAssign for u32x4_generic { implementation
527 impl BSwap for u32x4_generic { implementation
545 impl StoreBytes for u32x4_generic { implementation
602 pub type u32x4x2_generic = x2<u32x4_generic, G0>;
606 pub type u32x4x4_generic = x4<u32x4_generic>;
610 impl MultiLane<[u32; 4]> for u32x4_generic { implementation
655 impl Vec4<u32> for u32x4_generic { implementation
690 impl Words4 for u32x4_generic { implementation
706 impl LaneWords4 for u32x4_generic { implementation
736 impl u32x4<GenericMachine> for u32x4_generic {} implementation