Commit 74880096 by Doug Evans

(movsf_h8300h): Add missing post-inc case to constraints.

From-SVN: r9774
parent f83d4617
......@@ -382,8 +382,8 @@
(set_attr "cc" "set")])
(define_insn "movsf_h8300h"
[(set (match_operand:SF 0 "general_operand_dst" "=r,r,r,o,<")
(match_operand:SF 1 "general_operand_src" "I,r,ion,r,r"))]
[(set (match_operand:SF 0 "general_operand_dst" "=r,r,r,o,<,r")
(match_operand:SF 1 "general_operand_src" "I,r,ion,r,r,>"))]
"TARGET_H8300H
&& (register_operand (operands[0], SFmode)
|| register_operand (operands[1], SFmode))"
......@@ -392,9 +392,10 @@
mov.l %S1,%S0
mov.l %S1,%S0
mov.l %S1,%S0
mov.l %S1,%S0
mov.l %S1,%S0"
[(set_attr "type" "move")
(set_attr "length" "2,2,8,8,4")
(set_attr "length" "2,2,8,8,4,4")
(set_attr "cc" "set")])
;; ----------------------------------------------------------------------
......
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