Commit 4dbb5970 by Ulrich Weigand Committed by Ulrich Weigand

s390.md ("*subdf3_cc", [...]): Subtraction is not commutative.

	* config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
	"*subsf3_cconly"): Subtraction is not commutative.

From-SVN: r78110
parent 16edbbf0
2004-02-19 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
"*subsf3_cconly"): Subtraction is not commutative.
2004-02-19 Zack Weinberg <zack@codesourcery.com> 2004-02-19 Zack Weinberg <zack@codesourcery.com>
* sdbout.c (preinit_symbols, sdbout_initialized): New statics. * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
......
...@@ -4108,7 +4108,7 @@ ...@@ -4108,7 +4108,7 @@
(define_insn "*subdf3_cc" (define_insn "*subdf3_cc"
[(set (reg 33) [(set (reg 33)
(compare (minus:DF (match_operand:DF 1 "nonimmediate_operand" "%0,0") (compare (minus:DF (match_operand:DF 1 "nonimmediate_operand" "0,0")
(match_operand:DF 2 "general_operand" "f,R")) (match_operand:DF 2 "general_operand" "f,R"))
(match_operand:DF 3 "const0_operand" ""))) (match_operand:DF 3 "const0_operand" "")))
(set (match_operand:DF 0 "register_operand" "=f,f") (set (match_operand:DF 0 "register_operand" "=f,f")
...@@ -4122,7 +4122,7 @@ ...@@ -4122,7 +4122,7 @@
(define_insn "*subdf3_cconly" (define_insn "*subdf3_cconly"
[(set (reg 33) [(set (reg 33)
(compare (minus:DF (match_operand:DF 1 "nonimmediate_operand" "%0,0") (compare (minus:DF (match_operand:DF 1 "nonimmediate_operand" "0,0")
(match_operand:DF 2 "general_operand" "f,R")) (match_operand:DF 2 "general_operand" "f,R"))
(match_operand:DF 3 "const0_operand" ""))) (match_operand:DF 3 "const0_operand" "")))
(clobber (match_scratch:DF 0 "=f,f"))] (clobber (match_scratch:DF 0 "=f,f"))]
...@@ -4172,7 +4172,7 @@ ...@@ -4172,7 +4172,7 @@
(define_insn "*subsf3_cc" (define_insn "*subsf3_cc"
[(set (reg 33) [(set (reg 33)
(compare (minus:SF (match_operand:SF 1 "nonimmediate_operand" "%0,0") (compare (minus:SF (match_operand:SF 1 "nonimmediate_operand" "0,0")
(match_operand:SF 2 "general_operand" "f,R")) (match_operand:SF 2 "general_operand" "f,R"))
(match_operand:SF 3 "const0_operand" ""))) (match_operand:SF 3 "const0_operand" "")))
(set (match_operand:SF 0 "register_operand" "=f,f") (set (match_operand:SF 0 "register_operand" "=f,f")
...@@ -4186,7 +4186,7 @@ ...@@ -4186,7 +4186,7 @@
(define_insn "*subsf3_cconly" (define_insn "*subsf3_cconly"
[(set (reg 33) [(set (reg 33)
(compare (minus:SF (match_operand:SF 1 "nonimmediate_operand" "%0,0") (compare (minus:SF (match_operand:SF 1 "nonimmediate_operand" "0,0")
(match_operand:SF 2 "general_operand" "f,R")) (match_operand:SF 2 "general_operand" "f,R"))
(match_operand:SF 3 "const0_operand" ""))) (match_operand:SF 3 "const0_operand" "")))
(clobber (match_scratch:SF 0 "=f,f"))] (clobber (match_scratch:SF 0 "=f,f"))]
......
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