aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-09-19 10:31:38 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-09-19 10:31:38 -0700
commit2a23f9a7c5219884a553954328817cd25fc0db24 (patch)
treee8cc88c3fb4933c390c2502a4ef9b29c1fa73946
parente898620c39d4b0c6719eb678f8828577fcc4f2b7 (diff)
downloadgcc-2a23f9a7c5219884a553954328817cd25fc0db24.zip
gcc-2a23f9a7c5219884a553954328817cd25fc0db24.tar.gz
gcc-2a23f9a7c5219884a553954328817cd25fc0db24.tar.bz2
sse.md (vcondu<SSEMODE124>): Rename from vcondu<SSEMODE12>.
* config/i386/sse.md (vcondu<SSEMODE124>): Rename from vcondu<SSEMODE12>. From-SVN: r104429
-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))