pub struct VLoad16x4LeUZ {
pub dst: VReg,
pub addr: AddrZ,
}
Expand description
Load the 64-bit source as u16x4 and zero-extend to i32x4.
Fields§
§dst: VReg
§addr: AddrZ
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for VLoad16x4LeUZ
impl<'arbitrary> Arbitrary<'arbitrary> for VLoad16x4LeUZ
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 VLoad16x4LeUZ
impl Clone for VLoad16x4LeUZ
Source§fn clone(&self) -> VLoad16x4LeUZ
fn clone(&self) -> VLoad16x4LeUZ
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 Debug for VLoad16x4LeUZ
impl Debug for VLoad16x4LeUZ
Source§impl Encode for VLoad16x4LeUZ
Available on crate feature encode
only.
impl Encode for VLoad16x4LeUZ
Available on crate feature
encode
only.Source§impl From<VLoad16x4LeUZ> for ExtendedOp
impl From<VLoad16x4LeUZ> for ExtendedOp
Source§fn from(op: VLoad16x4LeUZ) -> Self
fn from(op: VLoad16x4LeUZ) -> Self
Converts to this type from the input type.
Source§impl From<VLoad16x4LeUZ> for Op
impl From<VLoad16x4LeUZ> for Op
Source§fn from(op: VLoad16x4LeUZ) -> Self
fn from(op: VLoad16x4LeUZ) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VLoad16x4LeUZ
impl PartialEq for VLoad16x4LeUZ
impl Copy for VLoad16x4LeUZ
impl Eq for VLoad16x4LeUZ
impl StructuralPartialEq for VLoad16x4LeUZ
Auto Trait Implementations§
impl Freeze for VLoad16x4LeUZ
impl RefUnwindSafe for VLoad16x4LeUZ
impl Send for VLoad16x4LeUZ
impl Sync for VLoad16x4LeUZ
impl Unpin for VLoad16x4LeUZ
impl UnwindSafe for VLoad16x4LeUZ
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