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