pulley_interpreter::encode

Function vload32x2le_s_offset32

Source
pub fn vload32x2le_s_offset32<E>(
    into: &mut E,
    dst: impl Into<VReg>,
    ptr: impl Into<XReg>,
    offset: impl Into<i32>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Load the 64-bit source as i32x2 and sign-extend to i64x2.