pulley_interpreter::encode

Function xload16le_s32_offset32

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

low32(dst) = sext(*(ptr + offset))