From: Jeff Law Date: Tue, 6 Oct 1992 16:04:57 +0000 (-0600) Subject: pa.md (memory function unit, load case): Loads take two cycles note one. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1084923337bcd4b2c703e6e4bead12b8f167e47a;p=gcc.git 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 --- 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)