pulley_interpreter::encode

Function xadd64_u32

Source
pub fn xadd64_u32<E>(
    into: &mut E,
    dst: impl Into<XReg>,
    src1: impl Into<XReg>,
    src2: impl Into<u32>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Same as xadd64 but src2 is a zero-extended 32-bit immediate.