pub fn xmul32_s32<E>( into: &mut E, dst: impl Into<XReg>, src1: impl Into<XReg>, src2: impl Into<i32>, )where E: Extend<u8>,
Same as xmul32 but src2 is a sign-extended 32-bit immediate.
xmul32
src2