Commit eca3fa3b by Tom Wood

*** empty log message ***

From-SVN: r538
parent 7c129456
......@@ -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; }")
;; Attribute specifications
......@@ -2692,7 +2692,7 @@
}")
(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))]
......@@ -2705,7 +2705,7 @@
}")
(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))]
......@@ -2718,7 +2718,7 @@
}")
(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"))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment