pulley_interpreter::encode

Function xstore64le_offset32

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

*(ptr + offset) = low64(src)