Function pulley_interpreter::encode::store32_offset64
source ยท pub fn store32_offset64<E>(
into: &mut E,
ptr: impl Into<XReg>,
offset: impl Into<i64>,
src: impl Into<XReg>,
)
Available on crate feature
encode
only.Expand description
*(ptr + sign_extend(offset64)) = low32(src)