pub struct Xmm(/* private fields */);Expand description
A newtype wrapper around Reg.
Implementations§
Trait Implementations§
Source§impl AsMut<Reg> for Xmm
If you know what you’re doing, you can explicitly mutably borrow the
underlying Reg. Don’t make it point to the wrong type of register
please.
impl AsMut<Reg> for Xmm
If you know what you’re doing, you can explicitly mutably borrow the
underlying Reg. Don’t make it point to the wrong type of register
please.
impl Copy for Xmm
impl Eq for Xmm
Source§impl From<Xmm> for XmmMemAligned
impl From<Xmm> for XmmMemAligned
Source§fn from(r: Xmm) -> XmmMemAligned
fn from(r: Xmm) -> XmmMemAligned
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAligned8
impl From<Xmm> for XmmMemAligned8
Source§fn from(r: Xmm) -> XmmMemAligned8
fn from(r: Xmm) -> XmmMemAligned8
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAligned16
impl From<Xmm> for XmmMemAligned16
Source§fn from(r: Xmm) -> XmmMemAligned16
fn from(r: Xmm) -> XmmMemAligned16
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAligned32
impl From<Xmm> for XmmMemAligned32
Source§fn from(r: Xmm) -> XmmMemAligned32
fn from(r: Xmm) -> XmmMemAligned32
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAligned64
impl From<Xmm> for XmmMemAligned64
Source§fn from(r: Xmm) -> XmmMemAligned64
fn from(r: Xmm) -> XmmMemAligned64
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAligned128
impl From<Xmm> for XmmMemAligned128
Source§fn from(r: Xmm) -> XmmMemAligned128
fn from(r: Xmm) -> XmmMemAligned128
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemImm8
impl From<Xmm> for XmmMemImm8
Source§fn from(r: Xmm) -> XmmMemImm8
fn from(r: Xmm) -> XmmMemImm8
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemImm16
impl From<Xmm> for XmmMemImm16
Source§fn from(r: Xmm) -> XmmMemImm16
fn from(r: Xmm) -> XmmMemImm16
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemImm32
impl From<Xmm> for XmmMemImm32
Source§fn from(r: Xmm) -> XmmMemImm32
fn from(r: Xmm) -> XmmMemImm32
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemImm64
impl From<Xmm> for XmmMemImm64
Source§fn from(r: Xmm) -> XmmMemImm64
fn from(r: Xmm) -> XmmMemImm64
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemImm128
impl From<Xmm> for XmmMemImm128
Source§fn from(r: Xmm) -> XmmMemImm128
fn from(r: Xmm) -> XmmMemImm128
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm
impl From<Xmm> for XmmMemAlignedImm
Source§fn from(r: Xmm) -> XmmMemAlignedImm
fn from(r: Xmm) -> XmmMemAlignedImm
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm8
impl From<Xmm> for XmmMemAlignedImm8
Source§fn from(r: Xmm) -> XmmMemAlignedImm8
fn from(r: Xmm) -> XmmMemAlignedImm8
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm16
impl From<Xmm> for XmmMemAlignedImm16
Source§fn from(r: Xmm) -> XmmMemAlignedImm16
fn from(r: Xmm) -> XmmMemAlignedImm16
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm32
impl From<Xmm> for XmmMemAlignedImm32
Source§fn from(r: Xmm) -> XmmMemAlignedImm32
fn from(r: Xmm) -> XmmMemAlignedImm32
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm64
impl From<Xmm> for XmmMemAlignedImm64
Source§fn from(r: Xmm) -> XmmMemAlignedImm64
fn from(r: Xmm) -> XmmMemAlignedImm64
Converts to this type from the input type.
Source§impl From<Xmm> for XmmMemAlignedImm128
impl From<Xmm> for XmmMemAlignedImm128
Source§fn from(r: Xmm) -> XmmMemAlignedImm128
fn from(r: Xmm) -> XmmMemAlignedImm128
Converts to this type from the input type.
Source§impl Ord for Xmm
impl Ord for Xmm
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Xmm
impl PartialOrd for Xmm
impl StructuralPartialEq for Xmm
Auto Trait Implementations§
impl Freeze for Xmm
impl RefUnwindSafe for Xmm
impl Send for Xmm
impl Sync for Xmm
impl Unpin for Xmm
impl UnsafeUnpin for Xmm
impl UnwindSafe for Xmm
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.