(fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2):

Require TARGET_68881 as well as TARGET_68040.

From-SVN: r4794
This commit is contained in:
Richard Stallman 1993-06-29 04:40:00 +00:00
parent d19184d67a
commit 55c8e1db2a
1 changed files with 3 additions and 3 deletions

View File

@ -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;