Commit 2f6fc0b6 by Andreas Schwab Committed by Andreas Schwab

* config/m68k/m68k.md (truncxfsf2): Readd.

From-SVN: r115973
parent da452330
2006-08-06 Andreas Schwab <schwab@suse.de>
* config/m68k/m68k.md (truncxfsf2): Readd.
2006-08-06 Paolo Bonzini <bonzini@gnu.org> 2006-08-06 Paolo Bonzini <bonzini@gnu.org>
PR target/27827 PR target/27827
......
...@@ -6915,6 +6915,13 @@ ...@@ -6915,6 +6915,13 @@
return "fmove%.d %f1,%0"; return "fmove%.d %f1,%0";
}) })
(define_insn "truncxfsf2"
[(set (match_operand:SF 0 "nonimmediate_operand" "=dm")
(float_truncate:SF
(match_operand:XF 1 "general_operand" "f")))]
"TARGET_68881"
"fmove%.s %f1,%0")
(define_insn "sin<mode>2" (define_insn "sin<mode>2"
[(set (match_operand:FP 0 "nonimmediate_operand" "=f") [(set (match_operand:FP 0 "nonimmediate_operand" "=f")
(unspec:FP (unspec:FP
......
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