Commit 55c8e1db by Richard Stallman

(fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2):

Require TARGET_68881 as well as TARGET_68040.

From-SVN: r4794
parent d19184d6
......@@ -1744,7 +1744,7 @@
(fix:SI (fix:DF (match_operand:DF 1 "register_operand" "f"))))
(clobber (match_scratch:SI 2 "=d"))
(clobber (match_scratch:SI 3 "=d"))]
"TARGET_68040"
"TARGET_68881 && TARGET_68040"
"*
{
CC_STATUS_INIT;
......@@ -1756,7 +1756,7 @@
(fix:HI (fix:DF (match_operand:DF 1 "register_operand" "f"))))
(clobber (match_scratch:SI 2 "=d"))
(clobber (match_scratch:SI 3 "=d"))]
"TARGET_68040"
"TARGET_68881 && TARGET_68040"
"*
{
CC_STATUS_INIT;
......@@ -1768,7 +1768,7 @@
(fix:QI (fix:DF (match_operand:DF 1 "register_operand" "f"))))
(clobber (match_scratch:SI 2 "=d"))
(clobber (match_scratch:SI 3 "=d"))]
"TARGET_68040"
"TARGET_68881 && TARGET_68040"
"*
{
CC_STATUS_INIT;
......
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