From 2661cdd98dd00d1b820b00db6d6394e57b59ab24 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 19 Sep 1993 11:44:28 -0400 Subject: [PATCH] (attribute "cpu"): Change from "rios" to "rios1"; all uses changed. From-SVN: r5362 --- gcc/config/rs6000/rs6000.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 9f13e782da9..679962a77ca 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 -- 2.30.2