diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-27 17:24:53 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-27 17:24:53 -0400 |
commit | b73d04f2fd8deea3df7920e69710a7accfdca162 (patch) | |
tree | 962cc80a49426f60112a9fdf91fd7bbf60959bc3 /gcc | |
parent | 08432663f0b0ac2478e3217ed16a9b44a7129b31 (diff) | |
download | gcc-b73d04f2fd8deea3df7920e69710a7accfdca162.zip gcc-b73d04f2fd8deea3df7920e69710a7accfdca162.tar.gz gcc-b73d04f2fd8deea3df7920e69710a7accfdca162.tar.bz2 |
(define_function_unit): Add missing blank lines.
From-SVN: r5920
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 4e53982..b454b18 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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")) |