pub struct VLoad128Z {
pub dst: VReg,
pub addr: AddrZ,
}
Expand description
dst = *(ptr + offset)
Fields§
§dst: VReg
§addr: AddrZ
Implementations§
Trait Implementations§
Source§impl From<VLoad128Z> for ExtendedOp
impl From<VLoad128Z> for ExtendedOp
impl Copy for VLoad128Z
impl Eq for VLoad128Z
impl StructuralPartialEq for VLoad128Z
Auto Trait Implementations§
impl Freeze for VLoad128Z
impl RefUnwindSafe for VLoad128Z
impl Send for VLoad128Z
impl Sync for VLoad128Z
impl Unpin for VLoad128Z
impl UnwindSafe for VLoad128Z
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