Function vload16x4le_s_z

Source
pub fn vload16x4le_s_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 i16x4 and sign-extend to i32x4.