rs6000.md ("sunordered"): Disable for e500.
* config/rs6000/rs6000.md ("sunordered"): Disable for e500. ("sordered"): Same. From-SVN: r93849
This commit is contained in:
parent
8d5e1df273
commit
7836a61fab
@ -1,3 +1,8 @@
|
||||
2005-01-18 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.md ("sunordered"): Disable for e500.
|
||||
("sordered"): Same.
|
||||
|
||||
2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR C/19472
|
||||
|
@ -11135,12 +11135,12 @@
|
||||
|
||||
(define_expand "sunordered"
|
||||
[(clobber (match_operand:SI 0 "gpc_reg_operand" ""))]
|
||||
""
|
||||
"! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
|
||||
"{ rs6000_emit_sCOND (UNORDERED, operands[0]); DONE; }")
|
||||
|
||||
(define_expand "sordered"
|
||||
[(clobber (match_operand:SI 0 "gpc_reg_operand" ""))]
|
||||
""
|
||||
"! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
|
||||
"{ rs6000_emit_sCOND (ORDERED, operands[0]); DONE; }")
|
||||
|
||||
(define_expand "suneq"
|
||||
|
Loading…
Reference in New Issue
Block a user