public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4833] Remove unused mmx_pinsrw.
@ 2023-10-23  1:15 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2023-10-23  1:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:93a65e0adbf516129678dd3955cf3b489a126783

commit r14-4833-g93a65e0adbf516129678dd3955cf3b489a126783
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Oct 18 14:34:04 2023 +0800

    Remove unused mmx_pinsrw.
    
    gcc/ChangeLog:
    
            * config/i386/mmx.md (mmx_pinsrw): Remove.

Diff:
---
 gcc/config/i386/mmx.md | 14 --------------
 1 file changed, 14 deletions(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-23  1:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  1:15 [gcc r14-4833] Remove unused mmx_pinsrw hongtao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).