Commit 2661cdd9 by Richard Kenner

(attribute "cpu"): Change from "rios" to "rios1"; all uses changed.

From-SVN: r5362
parent 49947f18
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment