* config/m68k/m68k.md (truncxfsf2): Readd.
From-SVN: r115973
This commit is contained in:
parent
da452330ca
commit
2f6fc0b613
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-08-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/m68k/m68k.md (truncxfsf2): Readd.
|
||||
|
||||
2006-08-06 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR target/27827
|
||||
|
|
|
@ -6915,6 +6915,13 @@
|
|||
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"
|
||||
[(set (match_operand:FP 0 "nonimmediate_operand" "=f")
|
||||
(unspec:FP
|
||||
|
|
Loading…
Add table
Reference in a new issue