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