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