(fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2):
authorRichard Stallman <rms@gnu.org>
Tue, 29 Jun 1993 04:40:00 +0000 (04:40 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 29 Jun 1993 04:40:00 +0000 (04:40 +0000)
Require TARGET_68881 as well as TARGET_68040.

From-SVN: r4794

gcc/config/m68k/m68k.md

index ce6b42f8e9bd5cc7601bf6fca0c1e4ab661e3501..85e66d8fd79c70d7b232a39ea8f550364a1c3c54 100644 (file)
        (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;
        (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;
        (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;