Commit b73d04f2 by Richard Kenner

(define_function_unit): Add missing blank lines.

From-SVN: r5920
parent 08432663
......@@ -168,16 +168,19 @@
(eq_attr "cpu" "rios2"))
1 0
[(eq_attr "type" "imul,idiv")])
(define_function_unit "imuldiv" 1 0
(and (eq_attr "type" "imul")
(eq_attr "cpu" "rios2"))
2 0
[(eq_attr "type" "integer")])
(define_function_unit "imuldiv" 1 0
(and (eq_attr "type" "idiv")
(eq_attr "cpu" "rios2"))
13 0
[(eq_attr "type" "integer")])
(define_function_unit "fpu2" 2 0
(and (eq_attr "type" "fp")
(eq_attr "cpu" "rios2"))
......
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