pulley_interpreter::encode

Function load64_offset8

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

dst = load64(ptr + offset8)