pub struct VLoad32x2LeUZ {
    pub dst: VReg,
    pub addr: AddrZ,
}Expand description
Load the 64-bit source as u32x2 and zero-extend to i64x2.
Fields§
§dst: VReg§addr: AddrZImplementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for VLoad32x2LeUZ
 
impl<'arbitrary> Arbitrary<'arbitrary> for VLoad32x2LeUZ
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the entirety of the given
unstructured data. Read moreSource§impl Clone for VLoad32x2LeUZ
 
impl Clone for VLoad32x2LeUZ
Source§fn clone(&self) -> VLoad32x2LeUZ
 
fn clone(&self) -> VLoad32x2LeUZ
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 Debug for VLoad32x2LeUZ
 
impl Debug for VLoad32x2LeUZ
Source§impl Encode for VLoad32x2LeUZ
Available on crate feature encode only. 
impl Encode for VLoad32x2LeUZ
Available on crate feature 
encode only.Source§impl From<VLoad32x2LeUZ> for ExtendedOp
 
impl From<VLoad32x2LeUZ> for ExtendedOp
Source§fn from(op: VLoad32x2LeUZ) -> Self
 
fn from(op: VLoad32x2LeUZ) -> Self
Converts to this type from the input type.
Source§impl From<VLoad32x2LeUZ> for Op
 
impl From<VLoad32x2LeUZ> for Op
Source§fn from(op: VLoad32x2LeUZ) -> Self
 
fn from(op: VLoad32x2LeUZ) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VLoad32x2LeUZ
 
impl PartialEq for VLoad32x2LeUZ
impl Copy for VLoad32x2LeUZ
impl Eq for VLoad32x2LeUZ
impl StructuralPartialEq for VLoad32x2LeUZ
Auto Trait Implementations§
impl Freeze for VLoad32x2LeUZ
impl RefUnwindSafe for VLoad32x2LeUZ
impl Send for VLoad32x2LeUZ
impl Sync for VLoad32x2LeUZ
impl Unpin for VLoad32x2LeUZ
impl UnwindSafe for VLoad32x2LeUZ
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