Commit 7a1bf2f9 by Aldy Hernandez Committed by Aldy Hernandez

rs6000.md ("bunordered"): Disable for e500.

        * config/rs6000/rs6000.md ("bunordered"): Disable for e500.
        ("bordered"): Same.

From-SVN: r84778
parent 24fab1d3
2004-07-15 Aldy Hernandez <aldyh@redhat.com> 2004-07-15 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md ("bunordered"): Disable for e500.
("bordered"): Same.
2004-07-15 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md ("*cceq_ior_compare"): Allow * config/rs6000/rs6000.md ("*cceq_ior_compare"): Allow
unconditionally. unconditionally.
* config/rs6000/spe.md ("e500_cceq_ior_compare"): Remove. * config/rs6000/spe.md ("e500_cceq_ior_compare"): Remove.
......
...@@ -11064,12 +11064,12 @@ ...@@ -11064,12 +11064,12 @@
(define_expand "bunordered" (define_expand "bunordered"
[(use (match_operand 0 "" ""))] [(use (match_operand 0 "" ""))]
"" "! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
"{ rs6000_emit_cbranch (UNORDERED, operands[0]); DONE; }") "{ rs6000_emit_cbranch (UNORDERED, operands[0]); DONE; }")
(define_expand "bordered" (define_expand "bordered"
[(use (match_operand 0 "" ""))] [(use (match_operand 0 "" ""))]
"" "! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
"{ rs6000_emit_cbranch (ORDERED, operands[0]); DONE; }") "{ rs6000_emit_cbranch (ORDERED, operands[0]); DONE; }")
(define_expand "buneq" (define_expand "buneq"
......
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