https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104003
--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> --- (define_insn "*xop_pcmov_<mode>" - [(set (match_operand:VI_32 0 "register_operand" "=x") - (if_then_else:VI_32 - (match_operand:VI_32 3 "register_operand" "x") - (match_operand:VI_32 1 "register_operand" "x") - (match_operand:VI_32 2 "register_operand" "x")))] + [(set (match_operand:VI_16_32 0 "register_operand" "=x") + (if_then_else:VI_16_32 + (match_operand:VI_16_32 3 "register_operand" "x") + (match_operand:VI_16_32 1 "register_operand" "x") + (match_operand:VI_16_32 2 "register_operand" "x")))] "TARGET_XOP" "vpcmov\t{%3, %2, %1, %0|%0, %1, %2, %3}" [(set_attr "type" "sse4arg")])