pulley_interpreter::encode

Function store32_offset8

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

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