pa.md (memory function unit, load case): Loads take two cycles note one.
authorJeff Law <law@gcc.gnu.org>
Tue, 6 Oct 1992 16:04:57 +0000 (10:04 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 6 Oct 1992 16:04:57 +0000 (10:04 -0600)
* pa.md (memory function unit, load case): Loads take two cycles
note one.

From-SVN: r2338

gcc/config/pa/pa.md

index 8810e52437cfbe6a39950d3e297c2a983fd91467..14be0fc76fced81afc3ed76c585ffa279b439c9b 100644 (file)
 
 
 ;; 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)