aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/7xx.md
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2003-03-26 16:24:54 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2003-03-26 16:24:54 +0000
commit5e8006fa728c84b2075a8ff3540d2528846e862e (patch)
tree177cc95fa5ca013cecf115c8acc65cf515b5adf8 /gcc/config/rs6000/7xx.md
parent29ae93642d81acf4bba804d2929de1527d319b13 (diff)
downloadgcc-5e8006fa728c84b2075a8ff3540d2528846e862e.zip
gcc-5e8006fa728c84b2075a8ff3540d2528846e862e.tar.gz
gcc-5e8006fa728c84b2075a8ff3540d2528846e862e.tar.bz2
8540.md: New file.
2003-03-26 Vladimir Makarov <vmakarov@redhat.com> * config/rs6000/8540.md: New file. * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md, power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to reservations for imul. * config/rs6000/rs6000.md: Include 8540.md. Change delayed_compare onto mult_compare for insns generating multiplication. (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv): New type attribute values. * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type fpsimple instead of fp. (*divsf3_gpr): Use type vecfdiv instead of fp. (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple instead of vecfloat. (spe_evfsdive): Use type vecfdiv instead of vecfloat. (spe_brinc): Use type brinc instead of veccomplex. (spe_evaddw, spe_evaddiw): Use type vecsimple instead of veccomplex. (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex. (*movv2si_internal, *movv1di_internal, *movv4hi_internal, *movv2sf_internal): Define type attribute values for all alternatives. (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead of fpcompare. (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple instead of fpcompare. From-SVN: r64899
Diffstat (limited to 'gcc/config/rs6000/7xx.md')
-rw-r--r--gcc/config/rs6000/7xx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/7xx.md b/gcc/config/rs6000/7xx.md
index 213fa73..22a4f18 100644
--- a/gcc/config/rs6000/7xx.md
+++ b/gcc/config/rs6000/7xx.md
@@ -64,7 +64,7 @@
"ppc750_du,(iu1_7xx|iu2_7xx)")
(define_insn_reservation "ppc750-imul" 4
- (and (eq_attr "type" "imul")
+ (and (eq_attr "type" "imul,mult_compare")
(eq_attr "cpu" "ppc750,ppc7400"))
"ppc750_du,iu1_7xx*4")