aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/sse.md12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6969211..df3055e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index 19f91ed..3709256 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -2988,13 +2988,13 @@
})
(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))