Commit 2a23f9a7 by Richard Henderson Committed by Richard Henderson

sse.md (vcondu<SSEMODE124>): Rename from vcondu<SSEMODE12>.

        * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
        vcondu<SSEMODE12>.

From-SVN: r104429
parent e898620c
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.
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment