pub fn xsub32_u8<E>( into: &mut E, dst: impl Into<XReg>, src1: impl Into<XReg>, src2: impl Into<u8>, )where E: Extend<u8>,
Same as xsub32 but src2 is a zero-extended 8-bit immediate.
xsub32
src2