Commit 4843bda9 by Matthew Hiller Committed by Jeff Law

h8300.md (movstrictqi): Changed constraint modifier on operand 0 to '+'.

        * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
        on operand 0 to '+'.
        (movstricthi): Likewise.

From-SVN: r36337
parent ed5bb68d
2000-09-11 Matthew Hiller <hiller@redhat.com>
* config/h8300/h8300.md (movstrictqi): Changed constraint modifier
on operand 0 to '+'.
(movstricthi): Likewise.
2000-09-12 Michael Hayes <mhayes@cygnus.com>
* loop.h (LOOP_IVS): New macro.
......
......@@ -153,7 +153,7 @@
}")
(define_insn "movstrictqi"
[(set (strict_low_part (match_operand:QI 0 "general_operand_dst" "=r,r,r,r"))
[(set (strict_low_part (match_operand:QI 0 "general_operand_dst" "+r,r,r,r"))
(match_operand:QI 1 "general_operand_src" "I,r,n,m"))]
""
"@
......@@ -217,7 +217,7 @@
}")
(define_insn "movstricthi"
[(set (strict_low_part (match_operand:HI 0 "general_operand_dst" "=r,r,r,r"))
[(set (strict_low_part (match_operand:HI 0 "general_operand_dst" "+r,r,r,r"))
(match_operand:HI 1 "general_operand_src" "I,r,i,m"))]
""
"@
......
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