From 1084923337bcd4b2c703e6e4bead12b8f167e47a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 6 Oct 1992 10:04:57 -0600 Subject: [PATCH] pa.md (memory function unit, load case): Loads take two cycles note one. * pa.md (memory function unit, load case): Loads take two cycles note one. From-SVN: r2338 --- gcc/config/pa/pa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 8810e52437c..14be0fc76fc 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -96,11 +96,11 @@ ;; Memory. Disregarding Cache misses, the Mustang memory times are: -;; load: 1 +;; load: 2 ;; store, fpstore: 3, no D-cache operations should be scheduled. ;; fpload: 3 (really 2 for flops, but I don't think we can specify that). -(define_function_unit "memory" 1 1 (eq_attr "type" "load") 1 0) +(define_function_unit "memory" 1 1 (eq_attr "type" "load") 2 0) (define_function_unit "memory" 1 1 (eq_attr "type" "store,fpstore") 3 0) (define_function_unit "memory" 1 1 (eq_attr "type" "fpload") 3 0) -- 2.30.2