OSDN Git Service

* config/i386/sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 May 2008 14:38:23 +0000 (14:38 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 May 2008 14:38:23 +0000 (14:38 +0000)
to alternative 4 of operand 2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135364 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/sse.md

index cae0c9c..ff5aa2b 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint
+       to alternative 4 of operand 2.
+
 2008-05-15  Richard Guenther  <rguenther@suse.de>
 
        * tree-pass.h (current_pass): Declare.
 2008-05-15  Richard Guenther  <rguenther@suse.de>
 
        * tree-pass.h (current_pass): Declare.
index 5f0f9d3..f767dda 100644 (file)
 ;; Although insertps takes register source, we prefer
 ;; unpcklps with register source since it is shorter.
 (define_insn "*vec_concatv2sf_sse4_1"
 ;; Although insertps takes register source, we prefer
 ;; unpcklps with register source since it is shorter.
 (define_insn "*vec_concatv2sf_sse4_1"
-  [(set (match_operand:V2SF 0 "register_operand"     "=x,x,x,*y,*y")
+  [(set (match_operand:V2SF 0 "register_operand"     "=x,x,x,*y ,*y")
        (vec_concat:V2SF
        (vec_concat:V2SF
-         (match_operand:SF 1 "nonimmediate_operand" " 0,0,m, 0, m")
-         (match_operand:SF 2 "vector_move_operand"  " x,m,C,*y, C")))]
+         (match_operand:SF 1 "nonimmediate_operand" " 0,0,m, 0 , m")
+         (match_operand:SF 2 "vector_move_operand"  " x,m,C,*ym, C")))]
   "TARGET_SSE4_1"
   "@
    unpcklps\t{%2, %0|%0, %2}
   "TARGET_SSE4_1"
   "@
    unpcklps\t{%2, %0|%0, %2}