#[repr(transparent)]pub struct u32x4_sse2<S3, S4, NI> {
x: __m128i,
s3: PhantomData<S3>,
s4: PhantomData<S4>,
ni: PhantomData<NI>,
}
Fields§
§x: __m128i
§s3: PhantomData<S3>
§s4: PhantomData<S4>
§ni: PhantomData<NI>
Implementations§
Trait Implementations§
Source§impl<S3, S4, NI> Add for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Add for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> AddAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> AddAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl<S3, S4, NI> BitAnd for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> BitAnd for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitAndAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitAndAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl<S3, S4, NI> BitOr for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> BitOr for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitOrAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitOrAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl<S3, S4, NI> BitXor for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> BitXor for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitXorAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitXorAssign for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: Copy,
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl<S3: Clone, S4: Clone, NI: Clone> Clone for u32x4_sse2<S3, S4, NI>
impl<S3: Clone, S4: Clone, NI: Clone> Clone for u32x4_sse2<S3, S4, NI>
Source§fn clone(&self) -> u32x4_sse2<S3, S4, NI>
fn clone(&self) -> u32x4_sse2<S3, S4, NI>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<S3, S4, NI> Debug for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Debug for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> Default for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Default for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>
Source§fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
Source§impl<S3, S4, NI> From<u32x4_sse2<S3, S4, NI>> for vec128_storage
impl<S3, S4, NI> From<u32x4_sse2<S3, S4, NI>> for vec128_storage
Source§fn from(x: u32x4_sse2<S3, S4, NI>) -> Self
fn from(x: u32x4_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
Source§impl<S3, S4, NI> FromBytes for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> FromBytes for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§impl<S3, S4, NI> FromZeros for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> FromZeros for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§impl<S3, S4, NI> IntoBytes for u32x4_sse2<S3, S4, NI>where
__m128i: IntoBytes,
PhantomData<S3>: IntoBytes,
PhantomData<S4>: IntoBytes,
PhantomData<NI>: IntoBytes,
(): PaddingFree<Self, { 0 }>,
impl<S3, S4, NI> IntoBytes for u32x4_sse2<S3, S4, NI>where
__m128i: IntoBytes,
PhantomData<S3>: IntoBytes,
PhantomData<S4>: IntoBytes,
PhantomData<NI>: IntoBytes,
(): PaddingFree<Self, { 0 }>,
Source§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl<S3, S4, NI> LaneWords4 for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> LaneWords4 for u32x4_sse2<S3, S4, NI>
fn shuffle_lane_words2301(self) -> Self
fn shuffle_lane_words1230(self) -> Self
fn shuffle_lane_words3012(self) -> Self
Source§impl<S3, S4, NI> Not for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Not for u32x4_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> PartialEq for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> PartialEq for u32x4_sse2<S3, S4, NI>
Source§impl<S4: Copy, NI: Copy> RotateEachWord32 for u32x4_sse2<NoS3, S4, NI>
impl<S4: Copy, NI: Copy> RotateEachWord32 for u32x4_sse2<NoS3, S4, NI>
fn rotate_each_word_right7(self) -> Self
fn rotate_each_word_right8(self) -> Self
fn rotate_each_word_right11(self) -> Self
fn rotate_each_word_right12(self) -> Self
fn rotate_each_word_right16(self) -> Self
fn rotate_each_word_right20(self) -> Self
fn rotate_each_word_right24(self) -> Self
fn rotate_each_word_right25(self) -> Self
Source§impl<S4: Copy, NI: Copy> RotateEachWord32 for u32x4_sse2<YesS3, S4, NI>
impl<S4: Copy, NI: Copy> RotateEachWord32 for u32x4_sse2<YesS3, S4, NI>
fn rotate_each_word_right7(self) -> Self
fn rotate_each_word_right8(self) -> Self
fn rotate_each_word_right11(self) -> Self
fn rotate_each_word_right12(self) -> Self
fn rotate_each_word_right16(self) -> Self
fn rotate_each_word_right20(self) -> Self
fn rotate_each_word_right24(self) -> Self
fn rotate_each_word_right25(self) -> Self
Source§impl<S3, S4, NI> Store<vec128_storage> for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Store<vec128_storage> for u32x4_sse2<S3, S4, NI>
Source§unsafe fn unpack(x: vec128_storage) -> Self
unsafe fn unpack(x: vec128_storage) -> Self
Safety Read more
Source§impl<S3, S4, NI> StoreBytes for u32x4_sse2<S3, S4, NI>where
Self: BSwap,
impl<S3, S4, NI> StoreBytes for u32x4_sse2<S3, S4, NI>where
Self: BSwap,
Source§impl<S3, S4, NI> TryFromBytes for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> TryFromBytes for u32x4_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§impl<S3, S4, NI> UnsafeFrom<[u32; 4]> for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> UnsafeFrom<[u32; 4]> for u32x4_sse2<S3, S4, NI>
unsafe fn unsafe_from(xs: [u32; 4]) -> Self
Source§impl<NI> Vec2<u32x4_sse2<YesS3, YesS4, NI>> for u32x4x2_avx2<NI>
impl<NI> Vec2<u32x4_sse2<YesS3, YesS4, NI>> for u32x4x2_avx2<NI>
Source§impl<NI: Copy> Vec4<u32x4_sse2<YesS3, YesS4, NI>> for x2<u32x4x2_avx2<NI>, G0>
impl<NI: Copy> Vec4<u32x4_sse2<YesS3, YesS4, NI>> for x2<u32x4x2_avx2<NI>, G0>
Source§impl<NI: Copy> Vec4Ext<u32x4_sse2<YesS3, YesS4, NI>> for x2<u32x4x2_avx2<NI>, G0>
impl<NI: Copy> Vec4Ext<u32x4_sse2<YesS3, YesS4, NI>> for x2<u32x4x2_avx2<NI>, G0>
fn transpose4(a: Self, b: Self, c: Self, d: Self) -> (Self, Self, Self, Self)
Source§impl<S3, S4, NI> Words4 for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Words4 for u32x4_sse2<S3, S4, NI>
fn shuffle2301(self) -> Self
fn shuffle1230(self) -> Self
fn shuffle3012(self) -> Self
impl<S3: Copy, S4: Copy, NI: Copy> ArithOps for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: BSwap,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps0 for u32x4_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: RotateEachWord32,
impl<S3: Copy, S4: Copy, NI: Copy> Copy for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Immutable for u32x4_sse2<S3, S4, NI>where
__m128i: Immutable,
PhantomData<S3>: Immutable,
PhantomData<S4>: Immutable,
PhantomData<NI>: Immutable,
impl<NI: Copy> u32x4<Avx2Machine<NI>> for u32x4_sse2<YesS3, YesS4, NI>where
u32x4_sse2<YesS3, YesS4, NI>: RotateEachWord32 + BSwap + MultiLane<[u32; 4]> + Vec4<u32>,
SseMachine<YesS3, YesS4, NI>: Machine,
impl<S3: Copy, S4: Copy, NI: Copy> u32x4<SseMachine<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>where
u32x4_sse2<S3, S4, NI>: RotateEachWord32 + BSwap + MultiLane<[u32; 4]> + Vec4<u32>,
SseMachine<S3, S4, NI>: Machine,
Auto Trait Implementations§
impl<S3, S4, NI> Freeze for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> RefUnwindSafe for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Send for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Sync for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> Unpin for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> UnwindSafe for u32x4_sse2<S3, S4, NI>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more