Constraint fixes from Torbjorn.
authorTom Wood <wood@gnu.org>
Mon, 13 Jul 1992 19:52:53 +0000 (19:52 +0000)
committerTom Wood <wood@gnu.org>
Mon, 13 Jul 1992 19:52:53 +0000 (19:52 +0000)
From-SVN: r1582

gcc/config/m88k/m88k.md

index 2efc2f9c045b5df9cba8ecb3b88d77405d408e97..436103e8df9a26fb083813f192a8dc58bc67bcf2 100644 (file)
@@ -28,7 +28,7 @@
 (define_expand "m88k_sccs_id"
   [(match_operand:SI 0 "" "")]
   ""
-  "{ static char sccs_id[] = \"@(#)m88k.md     2.2.6.5 01 Jul 1992 18:47:08\";
+  "{ static char sccs_id[] = \"@(#)m88k.md     2.2.6.6 13 Jul 1992 09:43:57\";
      FAIL; }")
 \f
 ;; Attribute specifications
   [(set_attr "type" "branch")])
 \f
 (define_insn "locate1"
-  [(set (match_operand:SI 0 "register_operand" "r")
+  [(set (match_operand:SI 0 "register_operand" "=r")
        (high:SI (unspec:SI [(label_ref (match_operand 1 "" ""))] 0)))]
   ""
   "or.u %0,%#r0,%#hi16(%1#abdiff)")
 
 (define_insn "locate2"
   [(parallel [(set (reg:SI 1) (pc))
-             (set (match_operand:SI 0 "register_operand" "r")
+             (set (match_operand:SI 0 "register_operand" "=r")
                   (lo_sum:SI (match_dup 0)
                              (unspec:SI
                               [(label_ref (match_operand 1 "" ""))] 0)))])]
 ;; operand 5 is the register to hold the value (r4 or r5)
 
 (define_expand "call_block_move"
-  [(set (reg:SI 3) (minus:SI (match_operand:SI 2 "register_operand" "r")
-                            (match_operand:SI 3 "immediate_operand" "i")))
-   (set (match_operand 5 "register_operand" "r")
-       (match_operand 4 "memory_operand" "m"))
-   (set (reg:SI 2) (minus:SI (match_operand:SI 1 "register_operand" "r")
+  [(set (reg:SI 3) (minus:SI (match_operand:SI 2 "register_operand" "")
+                            (match_operand:SI 3 "immediate_operand" "")))
+   (set (match_operand 5 "register_operand" "")
+       (match_operand 4 "memory_operand" ""))
+   (set (reg:SI 2) (minus:SI (match_operand:SI 1 "register_operand" "")
                             (match_dup 3)))
    (use (reg:SI 2))
    (use (reg:SI 3))
 ;; operand 6 is the loop count
 
 (define_expand "call_block_move_loop"
-  [(set (reg:SI 3) (minus:SI (match_operand:SI 2 "register_operand" "r")
-                            (match_operand:SI 3 "immediate_operand" "i")))
-   (set (match_operand:SI 5 "register_operand" "r")
-       (match_operand:SI 4 "memory_operand" "m"))
-   (set (reg:SI 2) (minus:SI (match_operand:SI 1 "register_operand" "r")
+  [(set (reg:SI 3) (minus:SI (match_operand:SI 2 "register_operand" "")
+                            (match_operand:SI 3 "immediate_operand" "")))
+   (set (match_operand:SI 5 "register_operand" "")
+       (match_operand:SI 4 "memory_operand" ""))
+   (set (reg:SI 2) (minus:SI (match_operand:SI 1 "register_operand" "")
                             (match_dup 3)))
-   (set (reg:SI 6) (match_operand:SI 6 "immediate_operand" "i"))
+   (set (reg:SI 6) (match_operand:SI 6 "immediate_operand" ""))
    (use (reg:SI 2))
    (use (reg:SI 3))
    (use (match_dup 5))
 ;; Add with carry insns.
 
 (define_insn ""
-  [(parallel [(set (match_operand:SI 0 "reg_or_0_operand" "r")
+  [(parallel [(set (match_operand:SI 0 "reg_or_0_operand" "=r")
                   (plus:SI (match_operand:SI 1 "reg_or_0_operand" "rO")
                            (match_operand:SI 2 "reg_or_0_operand" "rO")))
              (set (reg:CC 0)
   "addu.co %#r0,%r0,%r1")
 
 (define_insn ""
-  [(set (match_operand:SI 0 "reg_or_0_operand" "r")
+  [(set (match_operand:SI 0 "reg_or_0_operand" "=r")
        (plus:SI (match_operand:SI 1 "reg_or_0_operand" "rO")
                 (unspec:SI [(match_operand:SI 2 "reg_or_0_operand" "rO")
                             (reg:CC 0)] 0)))]
 ;; Subtract with carry insns.
 
 (define_insn ""
-  [(parallel [(set (match_operand:SI 0 "reg_or_0_operand" "r")
+  [(parallel [(set (match_operand:SI 0 "reg_or_0_operand" "=r")
                   (minus:SI (match_operand:SI 1 "reg_or_0_operand" "rO")
                             (match_operand:SI 2 "reg_or_0_operand" "rO")))
              (set (reg:CC 0)
   "subu.co %#r0,%r0,%r1")
 
 (define_insn ""
-  [(set (match_operand:SI 0 "reg_or_0_operand" "r")
+  [(set (match_operand:SI 0 "reg_or_0_operand" "=r")
        (minus:SI (match_operand:SI 1 "reg_or_0_operand" "rO")
                  (unspec:SI [(match_operand:SI 2 "reg_or_0_operand" "rO")
                              (reg:CC 0)] 1)))]