OSDN Git Service

* config/i386/sse.md (vcondu<SSEMODE124>): Rename from
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Sep 2005 17:31:38 +0000 (17:31 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Sep 2005 17:31:38 +0000 (17:31 +0000)
        vcondu<SSEMODE12>.

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

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

index 6969211..df3055e 100644 (file)
@@ -1,5 +1,10 @@
 2005-09-19  Richard Henderson  <rth@redhat.com>
 
+       * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
+       vcondu<SSEMODE12>.
+
+2005-09-19  Richard Henderson  <rth@redhat.com>
+
        * config/ia64/ia64.c (ia64_expand_widen_sum): New.
        (ia64_expand_dot_prod_v8qi): New.
        * config/ia64/ia64-protos.h: Update.
index 19f91ed..3709256 100644 (file)
 })
 
 (define_expand "vcondu<mode>"
-  [(set (match_operand:SSEMODE12 0 "register_operand" "")
-        (if_then_else:SSEMODE12
+  [(set (match_operand:SSEMODE124 0 "register_operand" "")
+        (if_then_else:SSEMODE124
           (match_operator 3 ""
-            [(match_operand:SSEMODE12 4 "nonimmediate_operand" "")
-             (match_operand:SSEMODE12 5 "nonimmediate_operand" "")])
-          (match_operand:SSEMODE12 1 "general_operand" "")
-          (match_operand:SSEMODE12 2 "general_operand" "")))]
+            [(match_operand:SSEMODE124 4 "nonimmediate_operand" "")
+             (match_operand:SSEMODE124 5 "nonimmediate_operand" "")])
+          (match_operand:SSEMODE124 1 "general_operand" "")
+          (match_operand:SSEMODE124 2 "general_operand" "")))]
   "TARGET_SSE2"
 {
   if (ix86_expand_int_vcond (operands))