pub fn xadd32_u32<E>( into: &mut E, dst: impl Into<XReg>, src1: impl Into<XReg>, src2: impl Into<u32>, )where E: Extend<u8>,
encode
Same as xadd32 but src2 is a 32-bit immediate.
xadd32
src2