From: Richard Kenner Date: Wed, 27 Oct 1993 21:24:53 +0000 (-0400) Subject: (define_function_unit): Add missing blank lines. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b73d04f2fd8deea3df7920e69710a7accfdca162;p=gcc.git (define_function_unit): Add missing blank lines. From-SVN: r5920 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 4e539828811..b454b187156 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"))