*** empty log message ***
authorTom Wood <wood@gnu.org>
Fri, 20 Mar 1992 20:12:24 +0000 (20:12 +0000)
committerTom Wood <wood@gnu.org>
Fri, 20 Mar 1992 20:12:24 +0000 (20:12 +0000)
From-SVN: r538

gcc/config/m88k/m88k.md

index d31a5f8cf1bfa5dd1dc73f86a60c35bcdcbc0fa9..7f9841c2d8b0c4faded89249ccc0457d96867ba8 100644 (file)
@@ -28,7 +28,7 @@
 (define_expand "m88k_sccs_id"
   [(match_operand:SI 0 "" "")]
   ""
-  "{ static char sccs_id[] = \"@(#)m88k.md     2.0.3.3 18 Mar 1992 15:40:12\";
+  "{ static char sccs_id[] = \"@(#)m88k.md     2.0.3.4 20 Mar 1992 15:09:03\";
      FAIL; }")
 \f
 ;; Attribute specifications
 }")
 
 (define_insn ""
-  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "r")
+  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r")
                         (match_operand:SI 1 "int5_operand" "")
                         (match_operand:SI 2 "int5_operand" ""))
        (const_int 0))]
 }")
 
 (define_insn ""
-  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "r")
+  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r")
                         (match_operand:SI 1 "int5_operand" "")
                         (match_operand:SI 2 "int5_operand" ""))
        (const_int -1))]
 }")
 
 (define_insn ""
-  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "=r")
+  [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+r")
                         (match_operand:SI 1 "int5_operand" "")
                         (match_operand:SI 2 "int5_operand" ""))
        (match_operand:SI 3 "int32_operand" "n"))]