pub fn vsubu8x16_sat<E>(into: &mut E, operands: impl Into<BinaryOperands<VReg>>)where E: Extend<u8>,
encode
dst = saturating_sub(src1, src2)