aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-09-19 11:44:28 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-09-19 11:44:28 -0400
commit2661cdd98dd00d1b820b00db6d6394e57b59ab24 (patch)
tree772e22f2e1f886a2f06f84fe28b435666f736681
parent49947f1830a0b58eb640aee28cbefe1f80f70980 (diff)
downloadgcc-2661cdd98dd00d1b820b00db6d6394e57b59ab24.zip
gcc-2661cdd98dd00d1b820b00db6d6394e57b59ab24.tar.gz
gcc-2661cdd98dd00d1b820b00db6d6394e57b59ab24.tar.bz2
(attribute "cpu"): Change from "rios" to "rios1"; all uses changed.
From-SVN: r5362
-rw-r--r--gcc/config/rs6000/rs6000.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 9f13e78..679962a 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -39,7 +39,7 @@
;; Processor type -- this attribute must exactly match the processor_type
;; enumeration in rs6000.h.
-(define_attr "cpu" "rios,rios2,ppc601,ppc603,ppc604,ppc620"
+(define_attr "cpu" "rios1,rios2,ppc601,ppc603,ppc604,ppc620"
(const (symbol_ref "rs6000_cpu_attr")))
; (define_function_unit NAME MULTIPLICITY SIMULTANEITY
@@ -57,17 +57,17 @@
(define_function_unit "iu" 1 0
(and (eq_attr "type" "load")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
2 0)
(define_function_unit "iu" 1 0
(and (eq_attr "type" "fpload")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
3 0)
(define_function_unit "iu" 1 0
(and (eq_attr "type" "imul")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
3 0)
(define_function_unit "iu" 1 0
@@ -77,7 +77,7 @@
(define_function_unit "iu" 1 0
(and (eq_attr "type" "idiv")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
19 0)
(define_function_unit "iu" 1 0
@@ -95,7 +95,7 @@
(define_function_unit "bpu" 1 0
(and (eq_attr "type" "fpcompare")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
8 0)
(define_function_unit "bpu" 1 0
@@ -105,7 +105,7 @@
(define_function_unit "bpu" 1 0
(and (eq_attr "type" "mtlr")
- (eq_attr "cpu" "rios,rios2"))
+ (eq_attr "cpu" "rios1,rios2"))
5 0)
(define_function_unit "bpu" 1 0
@@ -115,7 +115,7 @@
(define_function_unit "fpu" 1 0
(and (eq_attr "type" "fp")
- (eq_attr "cpu" "rios"))
+ (eq_attr "cpu" "rios1"))
2 0)
(define_function_unit "fpu" 1 0
@@ -125,7 +125,7 @@
(define_function_unit "fpu" 1 0
(and (eq_attr "type" "dmul")
- (eq_attr "cpu" "rios"))
+ (eq_attr "cpu" "rios1"))
2 0)
(define_function_unit "fpu" 1 0
@@ -135,7 +135,7 @@
(define_function_unit "fpu" 1 0
(and (eq_attr "type" "sdiv")
- (eq_attr "cpu" "rios"))
+ (eq_attr "cpu" "rios1"))
19 0)
(define_function_unit "fpu" 1 0
@@ -145,7 +145,7 @@
(define_function_unit "fpu" 1 0
(and (eq_attr "type" "ddiv")
- (eq_attr "cpu" "rios"))
+ (eq_attr "cpu" "rios1"))
19 0)
(define_function_unit "fpu" 1 0
@@ -165,7 +165,7 @@
(define_function_unit "fpu2" 2 0
(and (eq_attr "type" "fp")
- (eq_attr "cpu" "rios2"))
+ (eq_attr "cpu" "rios12"))
2 0)
(define_function_unit "fpu2" 2 0