OSDN Git Service

(ftruncdf2): Enable for m68060 systems.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 1996 22:56:28 +0000 (22:56 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 1996 22:56:28 +0000 (22:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11770 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/m68k.md

index ac6c87e..2919103 100644 (file)
 ;;- be emulated in software by the OS.  It is faster to avoid these 
 ;;- instructions and issue a library call rather than trapping into 
 ;;- the kernel.  The affected instructions are: divs.l <ea>,Dr:Dq;
-;;- divu.l <ea>,Dr:Dq; muls.l <ea>,Dr:Dq; mulu.l <ea>,Dr:Dq, fintrz;
-;;- and fscale.  The TARGET_68060 flag turns the use of the opcodes 
+;;- divu.l <ea>,Dr:Dq; muls.l <ea>,Dr:Dq; mulu.l <ea>,Dr:Dq; and
+;;- fscale.  The TARGET_68060 flag turns the use of the opcodes 
 ;;- off.
 
-
 ;;-            FPA port explanation:
 
 ;;-            Usage of the Sun FPA and the 68881 together
 (define_insn "ftruncdf2"
   [(set (match_operand:DF 0 "general_operand" "=f")
        (fix:DF (match_operand:DF 1 "general_operand" "fFm")))]
-  "TARGET_68881 && !TARGET_68040 && !TARGET_68060"
+  "TARGET_68881 && !TARGET_68040"
   "*
 {
   if (FP_REG_P (operands[1]))
 (define_insn "ftruncsf2"
   [(set (match_operand:SF 0 "general_operand" "=f")
        (fix:SF (match_operand:SF 1 "general_operand" "dfFm")))]
-  "TARGET_68881 && !TARGET_68040 && !TARGET_68060"
+  "TARGET_68881 && !TARGET_68040"
   "*
 {
   if (FP_REG_P (operands[1]))