From: liuhongt Date: Wed, 18 Oct 2023 06:34:04 +0000 (+0800) Subject: Remove unused mmx_pinsrw. X-Git-Tag: basepoints/gcc-15~5306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a65e0adbf516129678dd3955cf3b489a126783;p=thirdparty%2Fgcc.git Remove unused mmx_pinsrw. gcc/ChangeLog: * config/i386/mmx.md (mmx_pinsrw): Remove. --- diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md index 491a0a512723..d1e1f733566d 100644 --- a/gcc/config/i386/mmx.md +++ b/gcc/config/i386/mmx.md @@ -4574,20 +4574,6 @@ (set_attr "prefix" "orig,vex") (set_attr "mode" "TI")]) -(define_expand "mmx_pinsrw" - [(set (match_operand:V4HI 0 "register_operand") - (vec_merge:V4HI - (vec_duplicate:V4HI - (match_operand:SI 2 "nonimmediate_operand")) - (match_operand:V4HI 1 "register_operand") - (match_operand:SI 3 "const_0_to_3_operand")))] - "(TARGET_MMX || TARGET_MMX_WITH_SSE) - && (TARGET_SSE || TARGET_3DNOW_A)" -{ - operands[2] = gen_lowpart (HImode, operands[2]); - operands[3] = GEN_INT (1 << INTVAL (operands[3])); -}) - (define_insn "*mmx_pinsrw" [(set (match_operand:V4HI 0 "register_operand" "=y,x,YW") (vec_merge:V4HI