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