From b73d04f2fd8deea3df7920e69710a7accfdca162 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 27 Oct 1993 17:24:53 -0400 Subject: (define_function_unit): Add missing blank lines. From-SVN: r5920 --- gcc/config/rs6000/rs6000.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc') 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")) -- cgit v1.1