Commit d82f7df2 by Richard Kenner

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

addresses to be moved to the same for TARGET_5200.

From-SVN: r14081
parent 95912206
...@@ -935,8 +935,8 @@ ...@@ -935,8 +935,8 @@
}") }")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "general_operand" "=r<>,g") [(set (match_operand:SI 0 "general_operand" "=r<>,g,o")
(match_operand:SI 1 "general_operand" "g,r<>"))] (match_operand:SI 1 "general_operand" "g,r<>,o"))]
"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<>,g") [(set (match_operand:HI 0 "general_operand" "=r<>,g,o")
(match_operand:HI 1 "general_operand" "g,r<>"))] (match_operand:HI 1 "general_operand" "g,r<>,o"))]
"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<>,d*am") [(set (match_operand:QI 0 "general_operand" "=d*a<>,d*am,o")
(match_operand:QI 1 "general_operand" "d*ami,d*a<>"))] (match_operand:QI 1 "general_operand" "d*ami,d*a<>,o"))]
"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