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