*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 18 Feb 1992 00:22:18 +0000 (19:22 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 18 Feb 1992 00:22:18 +0000 (19:22 -0500)
From-SVN: r337

gcc/config/a29k/a29k.md

index 1d33790b76bc7ee5d2cd7863337041aa239f663c..6ce6e67485068ca032be27649151e2b17e4aaeee 100644 (file)
   [(set (match_dup 4)
        (ashiftrt:SI (match_operand:SI 1 "gen_reg_operand" "")
                     (const_int 31)))
-   (set (reg:SI 180)
-       (match_dup 4))
    (parallel [(set (match_operand:SI 0 "gen_reg_operand" "")
                   (div:SI (match_dup 1)
                           (match_operand:SI 2 "gen_reg_operand" "")))
-             (set (reg:SI 180)
+             (set (match_operand:SI 3 "gen_reg_operand" "")
                   (mod:SI (match_dup 1)
                           (match_dup 2)))
-             (use (reg:SI 180))])
-   (set (match_operand:SI 3 "gen_reg_operand" "")
-       (reg:SI 180))]
+             (use (match_dup 4))])]
   ""
   "
 {
   [(set (match_operand:SI 0 "gen_reg_operand" "=r")
        (div:SI (match_operand:SI 1 "gen_reg_operand" "r")
                (match_operand:SI 2 "gen_reg_operand" "r")))
-   (set (reg:SI 180)
+   (set (match_operand:SI 3 "register_operand" "=q")
        (mod:SI (match_dup 1)
                (match_dup 2)))
-   (use (reg:SI 180))]
+   (use (match_operand:SI 4 "register_operand" "3"))]
   ""
   "divide %0,%1,%2")
 \f
 ;;
 ;; Similar to DIVIDE.
 (define_expand "udivmodsi4"
-  [(set (reg:SI 180)
-       (const_int 0))
-   (parallel [(set (match_operand:SI 0 "gen_reg_operand" "")
+  [(parallel [(set (match_operand:SI 0 "gen_reg_operand" "")
                   (udiv:SI (match_operand:SI 1 "gen_reg_operand" "")
                            (match_operand:SI 2 "gen_reg_operand" "")))
-             (set (reg:SI 180)
+             (set (match_operand:SI 3 "gen_reg_operand" "")
                   (umod:SI (match_dup 1)
                            (match_dup 2)))
-             (use (reg:SI 180))])
-   (set (match_operand:SI 3 "gen_reg_operand" "")
-       (reg:SI 180))]
+             (use (const_int 0))])]
   ""
   "")
 
   [(set (match_operand:SI 0 "gen_reg_operand" "=r")
        (udiv:SI (match_operand:SI 1 "gen_reg_operand" "r")
                 (match_operand:SI 2 "gen_reg_operand" "r")))
-   (set (reg:SI 180)
+   (set (match_operand:SI 3 "register_operand" "=q")
        (umod:SI (match_dup 1)
                 (match_dup 2)))
-   (use (reg:SI 180))]
+   (use (match_operand:SI 4 "const_int_operand" "3"))]
   ""
   "dividu %0,%1,%2")
 \f