]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sse.md (vcondu<SSEMODE124>): Rename from vcondu<SSEMODE12>.
authorRichard Henderson <rth@redhat.com>
Mon, 19 Sep 2005 17:31:38 +0000 (10:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 19 Sep 2005 17:31:38 +0000 (10:31 -0700)
        * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
        vcondu<SSEMODE12>.

From-SVN: r104429

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

index 696921125df9751dd50066ff9994ad6ec0bf5254..df3055e00a3a214b6bec804b52ddfb3fa2b3bbf5 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 19f91ed7f0c3ddeb8f9f45246d8f18c89569277f..370925679567fa26c3b172e050065e32d92e8800 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))