Struct ppv_lite86::x86_64::sse2::u64x2_sse2
source · #[repr(transparent)]pub struct u64x2_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 u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Add for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> AddAssign for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> AddAssign for u64x2_sse2<S3, S4, NI>where
u64x2_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> AsBytes for u64x2_sse2<S3, S4, NI>where
__m128i: AsBytes,
PhantomData<S3>: AsBytes,
PhantomData<S4>: AsBytes,
PhantomData<NI>: AsBytes,
impl<S3, S4, NI> AsBytes for u64x2_sse2<S3, S4, NI>where
__m128i: AsBytes,
PhantomData<S3>: AsBytes,
PhantomData<S4>: AsBytes,
PhantomData<NI>: AsBytes,
source§impl<S3, S4, NI> BitAnd for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> BitAnd for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> BitAndAssign for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitAndAssign for u64x2_sse2<S3, S4, NI>where
u64x2_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 u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> BitOr for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> BitOrAssign for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitOrAssign for u64x2_sse2<S3, S4, NI>where
u64x2_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 u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> BitXor for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> BitXorAssign for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitXorAssign for u64x2_sse2<S3, S4, NI>where
u64x2_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 u64x2_sse2<S3, S4, NI>
impl<S3: Clone, S4: Clone, NI: Clone> Clone for u64x2_sse2<S3, S4, NI>
source§fn clone(&self) -> u64x2_sse2<S3, S4, NI>
fn clone(&self) -> u64x2_sse2<S3, S4, 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<S3, S4, NI> Debug for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Debug for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> Default for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Default for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u64x2_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<u64x2_sse2<S3, S4, NI>> for vec128_storage
impl<S3, S4, NI> From<u64x2_sse2<S3, S4, NI>> for vec128_storage
source§fn from(x: u64x2_sse2<S3, S4, NI>) -> Self
fn from(x: u64x2_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
source§impl<S3, S4, NI> FromBytes for u64x2_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> FromBytes for u64x2_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
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<S3, S4, NI> FromZeroes for u64x2_sse2<S3, S4, NI>where
__m128i: FromZeroes,
PhantomData<S3>: FromZeroes,
PhantomData<S4>: FromZeroes,
PhantomData<NI>: FromZeroes,
impl<S3, S4, NI> FromZeroes for u64x2_sse2<S3, S4, NI>where
__m128i: FromZeroes,
PhantomData<S3>: FromZeroes,
PhantomData<S4>: FromZeroes,
PhantomData<NI>: FromZeroes,
source§impl<S3, S4, NI> Not for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Not for u64x2_sse2<S3, S4, NI>
source§impl<S3, S4, NI> PartialEq for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> PartialEq for u64x2_sse2<S3, S4, NI>
source§impl<S4: Copy, NI: Copy> RotateEachWord32 for u64x2_sse2<NoS3, S4, NI>
impl<S4: Copy, NI: Copy> RotateEachWord32 for u64x2_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 u64x2_sse2<YesS3, S4, NI>
impl<S4: Copy, NI: Copy> RotateEachWord32 for u64x2_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: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u64x2_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u64x2_sse2<S3, S4, NI>
fn rotate_each_word_right32(self) -> Self
source§impl<S3, S4, NI> Store<vec128_storage> for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Store<vec128_storage> for u64x2_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 u64x2_sse2<S3, S4, NI>where
Self: BSwap,
impl<S3, S4, NI> StoreBytes for u64x2_sse2<S3, S4, NI>where
Self: BSwap,
source§impl<S3, S4, NI> UnsafeFrom<[u64; 2]> for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> UnsafeFrom<[u64; 2]> for u64x2_sse2<S3, S4, NI>
unsafe fn unsafe_from(xs: [u64; 2]) -> Self
impl<S3: Copy, S4: Copy, NI: Copy> ArithOps for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: BSwap,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps0 for u64x2_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: RotateEachWord32,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for u64x2_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> Copy for u64x2_sse2<S3, S4, NI>
impl<NI: Copy> u64x2<Avx2Machine<NI>> for u64x2_sse2<YesS3, YesS4, NI>where
u64x2_sse2<YesS3, YesS4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap + MultiLane<[u64; 2]> + Vec2<u64>,
SseMachine<YesS3, YesS4, NI>: Machine,
impl<S3: Copy, S4: Copy, NI: Copy> u64x2<SseMachine<S3, S4, NI>> for u64x2_sse2<S3, S4, NI>where
u64x2_sse2<S3, S4, NI>: RotateEachWord64 + RotateEachWord32 + BSwap + MultiLane<[u64; 2]> + Vec2<u64>,
SseMachine<S3, S4, NI>: Machine,
Auto Trait Implementations§
impl<S3, S4, NI> Freeze for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> RefUnwindSafe for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Send for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Sync for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> Unpin for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> UnwindSafe for u64x2_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