comparison gcc/config/s390/2084.md @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ;; Scheduling description for z990 (cpu 2084). 1 ;; Scheduling description for z990 (cpu 2084).
2 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 2 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010
3 ;; Free Software Foundation, Inc. 3 ;; Free Software Foundation, Inc.
4 ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and 4 ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and
5 ;; Ulrich Weigand (uweigand@de.ibm.com). 5 ;; Ulrich Weigand (uweigand@de.ibm.com).
6 6
7 ;; This file is part of GCC. 7 ;; This file is part of GCC.
166 (eq_attr "type" "fsimptf,fhex")) 166 (eq_attr "type" "fsimptf,fhex"))
167 "x_e1_t*2,x-wr-fp") 167 "x_e1_t*2,x-wr-fp")
168 168
169 (define_insn_reservation "x_fsimpdf" 6 169 (define_insn_reservation "x_fsimpdf" 6
170 (and (eq_attr "cpu" "z990,z9_109") 170 (and (eq_attr "cpu" "z990,z9_109")
171 (eq_attr "type" "fsimpdf,fmuldf,fhex")) 171 (eq_attr "type" "fsimpdf,fmuldf,fmadddf,fhex"))
172 "x_e1_t,x-wr-fp") 172 "x_e1_t,x-wr-fp")
173 173
174 (define_insn_reservation "x_fsimpsf" 6 174 (define_insn_reservation "x_fsimpsf" 6
175 (and (eq_attr "cpu" "z990,z9_109") 175 (and (eq_attr "cpu" "z990,z9_109")
176 (eq_attr "type" "fsimpsf,fmulsf,fhex")) 176 (eq_attr "type" "fsimpsf,fmulsf,fmaddsf,fhex"))
177 "x_e1_t,x-wr-fp") 177 "x_e1_t,x-wr-fp")
178 178
179 179
180 (define_insn_reservation "x_fmultf" 33 180 (define_insn_reservation "x_fmultf" 33
181 (and (eq_attr "cpu" "z990,z9_109") 181 (and (eq_attr "cpu" "z990,z9_109")