summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/7450.md
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-01 18:05:46 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-01 18:05:46 +0000
commitba21ae0b9e6cd0642095c32346091c9d526746c3 (patch)
tree9f7e12feaafa90dcaf089b23a2dd1836d970a254 /gcc/config/rs6000/7450.md
parentd54ddafb6fff32e47a2d02f5110ca93f963367a6 (diff)
downloadgcc-ba21ae0b9e6cd0642095c32346091c9d526746c3.tar.gz
* config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to imul_compare. Add lmul_compare. * config/rs6000/power4.md: Bump some latencies. Model extra cycle in second pair of dispatch slots. Model stores more accurately. Tweak multiply model. Add bypasses for CR instructions dependent on complicated compares. * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns. (muldi3): Add lmul_compare patterns. * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX and FPSTORE_UX to split instructions and add COMPARE, DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV. (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE. (rs6000_rtx_costs): Separate POWER4 multiply case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65135 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/7450.md')
-rw-r--r--gcc/config/rs6000/7450.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/7450.md b/gcc/config/rs6000/7450.md
index 3d250540728..b635ba85786 100644
--- a/gcc/config/rs6000/7450.md
+++ b/gcc/config/rs6000/7450.md
@@ -69,7 +69,7 @@
"ppc7450_du,(iu1_7450|iu2_7450|iu3_7450)")
(define_insn_reservation "ppc7450-imul" 4
- (and (eq_attr "type" "imul,mult_compare")
+ (and (eq_attr "type" "imul,imul_compare")
(eq_attr "cpu" "ppc7450"))
"ppc7450_du,mciu_7450*2")