OSDN Git Service

* config/i386/i386.c (ix86_data_alignment): Don't specify an
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / 4600.md
index 58b3099..df3f72d 100644 (file)
@@ -1,5 +1,5 @@
 ;; R4600 and R4650 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
@@ -15,8 +15,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GCC; see the file COPYING.  If not, write to the
-;; Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-;; MA 02111-1307, USA.
+;; Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301, USA.
 
 
 ;; This file overrides parts of generic.md.  It is derived from the
@@ -27,7 +27,7 @@
 
 (define_insn_reservation "r4600_imul" 10
   (and (eq_attr "cpu" "r4600")
-       (eq_attr "type" "imul,imadd"))
+       (eq_attr "type" "imul,imul3,imadd"))
   "imuldiv*10")
 
 (define_insn_reservation "r4600_idiv" 42
@@ -38,7 +38,7 @@
 
 (define_insn_reservation "r4650_imul" 4
   (and (eq_attr "cpu" "r4650")
-       (eq_attr "type" "imul,imadd"))
+       (eq_attr "type" "imul,imul3,imadd"))
   "imuldiv*4")
 
 (define_insn_reservation "r4650_idiv" 36