pulley_interpreter::encode

Function store32_offset64

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

*(ptr + sign_extend(offset64)) = low32(src)