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
This commit is contained in:
parent
da89b956ca
commit
7e5037dcb4
@ -1,3 +1,8 @@
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user