Function vload8x8_u_z

Source
pub fn vload8x8_u_z<E>(
    into: &mut E,
    dst: impl Into<VReg>,
    addr: impl Into<AddrZ>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Load the 64-bit source as u8x8 and zero-extend to i16x8.