Commit 7e5037dc by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix, invalid for floating point…

mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix, invalid for floating point mode result, with fix.

	* config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
	invalid for floating point mode result, with fix.

From-SVN: r58552
parent da89b956
2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
invalid for floating point mode result, with fix.
2002-10-25 Mike Stump <mrs@apple.com>
Fixes gcc.dg/warn-1.c.
......
......@@ -583,7 +583,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
(define_insn "fixuns_truncdfdi2"
[(set (match_operand:DI 0 "register_operand" "=r")
(unsigned_fix:DI
(unsigned_fix:DF (match_operand:DF 1 "register_operand" "r"))))]
(fix:DF (match_operand:DF 1 "register_operand" "r"))))]
""
;; ROUND_OFF
"FIXU %0,1,%1")
......
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