Commit 81027154 by Jim Wilson

(mov[qhs]i}): Add pair of constraints which allow

offsetable memory addresses to be moved to the same for TARGET_5200.

From-SVN: r14234
parent 535df05d
...@@ -935,8 +935,8 @@ ...@@ -935,8 +935,8 @@
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "general_operand" "=r<Q>,g,o") [(set (match_operand:SI 0 "general_operand" "=r<Q>,g")
(match_operand:SI 1 "general_operand" "g,r<Q>,o"))] (match_operand:SI 1 "general_operand" "g,r<Q>"))]
"TARGET_5200" "TARGET_5200"
"* return output_move_simode (operands);") "* return output_move_simode (operands);")
...@@ -953,8 +953,8 @@ ...@@ -953,8 +953,8 @@
"* return output_move_himode (operands);") "* return output_move_himode (operands);")
(define_insn "" (define_insn ""
[(set (match_operand:HI 0 "general_operand" "=r<Q>,g,o") [(set (match_operand:HI 0 "general_operand" "=r<Q>,g")
(match_operand:HI 1 "general_operand" "g,r<Q>,o"))] (match_operand:HI 1 "general_operand" "g,r<Q>"))]
"TARGET_5200" "TARGET_5200"
"* return output_move_himode (operands);") "* return output_move_himode (operands);")
...@@ -989,8 +989,8 @@ ...@@ -989,8 +989,8 @@
"* return output_move_qimode (operands);") "* return output_move_qimode (operands);")
(define_insn "" (define_insn ""
[(set (match_operand:QI 0 "general_operand" "=d*a<Q>,d*am,o") [(set (match_operand:QI 0 "general_operand" "=d*a<Q>,d*am")
(match_operand:QI 1 "general_operand" "d*ami,d*a<Q>,o"))] (match_operand:QI 1 "general_operand" "d*ami,d*a<Q>"))]
"TARGET_5200" "TARGET_5200"
"* return output_move_qimode (operands);") "* return output_move_qimode (operands);")
......
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