Struct ppv_lite86::x86_64::sse2::avx2::u32x4x2_avx2
source · #[repr(transparent)]pub struct u32x4x2_avx2<NI> {
x: __m256i,
ni: PhantomData<NI>,
}
Fields§
§x: __m256i
§ni: PhantomData<NI>
Implementations§
Trait Implementations§
source§impl<NI> Add for u32x4x2_avx2<NI>
impl<NI> Add for u32x4x2_avx2<NI>
source§impl<NI> AddAssign for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> AddAssign for u32x4x2_avx2<NI>where
NI: Copy,
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moresource§impl<NI> AndNot for u32x4x2_avx2<NI>
impl<NI> AndNot for u32x4x2_avx2<NI>
source§impl<NI> AsBytes for u32x4x2_avx2<NI>
impl<NI> AsBytes for u32x4x2_avx2<NI>
source§impl<NI> BitAnd for u32x4x2_avx2<NI>
impl<NI> BitAnd for u32x4x2_avx2<NI>
source§impl<NI> BitAndAssign for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> BitAndAssign for u32x4x2_avx2<NI>where
NI: Copy,
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl<NI> BitOr for u32x4x2_avx2<NI>
impl<NI> BitOr for u32x4x2_avx2<NI>
source§impl<NI> BitOrAssign for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> BitOrAssign for u32x4x2_avx2<NI>where
NI: Copy,
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl<NI> BitXor for u32x4x2_avx2<NI>
impl<NI> BitXor for u32x4x2_avx2<NI>
source§impl<NI> BitXorAssign for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> BitXorAssign for u32x4x2_avx2<NI>where
NI: Copy,
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl<NI: Clone> Clone for u32x4x2_avx2<NI>
impl<NI: Clone> Clone for u32x4x2_avx2<NI>
source§fn clone(&self) -> u32x4x2_avx2<NI>
fn clone(&self) -> u32x4x2_avx2<NI>
Returns a copy 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<NI> From<u32x4x2_avx2<NI>> for vec256_storage
impl<NI> From<u32x4x2_avx2<NI>> for vec256_storage
source§fn from(x: u32x4x2_avx2<NI>) -> Self
fn from(x: u32x4x2_avx2<NI>) -> Self
Converts to this type from the input type.
source§impl<NI> From<x2<u128x1_sse2<YesS3, YesS4, NI>, G0>> for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> From<x2<u128x1_sse2<YesS3, YesS4, NI>, G0>> for u32x4x2_avx2<NI>where
NI: Copy,
source§impl<NI> FromBytes for u32x4x2_avx2<NI>
impl<NI> FromBytes for u32x4x2_avx2<NI>
source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>
fn mut_slice_from_prefix( bytes: &mut [u8], count: usize, ) -> Option<(&mut [Self], &mut [u8])>
Interprets the prefix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>
fn mut_slice_from_suffix( bytes: &mut [u8], count: usize, ) -> Option<(&mut [u8], &mut [Self])>
Interprets the suffix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§impl<NI> FromZeroes for u32x4x2_avx2<NI>
impl<NI> FromZeroes for u32x4x2_avx2<NI>
source§impl<NI> LaneWords4 for u32x4x2_avx2<NI>
impl<NI> LaneWords4 for u32x4x2_avx2<NI>
fn shuffle_lane_words1230(self) -> Self
fn shuffle_lane_words2301(self) -> Self
fn shuffle_lane_words3012(self) -> Self
source§impl<NI> MultiLane<[u32x4_sse2<YesS3, YesS4, NI>; 2]> for u32x4x2_avx2<NI>
impl<NI> MultiLane<[u32x4_sse2<YesS3, YesS4, NI>; 2]> for u32x4x2_avx2<NI>
source§fn to_lanes(self) -> [u32x4_sse2<YesS3, YesS4, NI>; 2]
fn to_lanes(self) -> [u32x4_sse2<YesS3, YesS4, NI>; 2]
Split a multi-lane vector into single-lane vectors.
source§fn from_lanes(x: [u32x4_sse2<YesS3, YesS4, NI>; 2]) -> Self
fn from_lanes(x: [u32x4_sse2<YesS3, YesS4, NI>; 2]) -> Self
Build a multi-lane vector from individual lanes.
source§impl<NI> Not for u32x4x2_avx2<NI>
impl<NI> Not for u32x4x2_avx2<NI>
source§impl<NI: Copy> RotateEachWord32 for u32x4x2_avx2<NI>
impl<NI: Copy> RotateEachWord32 for u32x4x2_avx2<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<NI> Store<vec256_storage> for u32x4x2_avx2<NI>
impl<NI> Store<vec256_storage> for u32x4x2_avx2<NI>
source§unsafe fn unpack(p: vec256_storage) -> Self
unsafe fn unpack(p: vec256_storage) -> Self
Safety Read more
source§impl<NI> StoreBytes for u32x4x2_avx2<NI>
impl<NI> StoreBytes for u32x4x2_avx2<NI>
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>
impl<NI> ArithOps for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> BitOps0 for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI> BitOps32 for u32x4x2_avx2<NI>where
NI: Copy,
impl<NI: Copy> Copy for u32x4x2_avx2<NI>
impl<NI> u32x4x2<Avx2Machine<NI>> for u32x4x2_avx2<NI>where
NI: Copy,
Auto Trait Implementations§
impl<NI> Freeze for u32x4x2_avx2<NI>
impl<NI> RefUnwindSafe for u32x4x2_avx2<NI>where
NI: RefUnwindSafe,
impl<NI> Send for u32x4x2_avx2<NI>where
NI: Send,
impl<NI> Sync for u32x4x2_avx2<NI>where
NI: Sync,
impl<NI> Unpin for u32x4x2_avx2<NI>where
NI: Unpin,
impl<NI> UnwindSafe for u32x4x2_avx2<NI>where
NI: UnwindSafe,
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