Commit a8f0e848 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.

From-SVN: r63784
parent 2ad1815d
2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
PR c/9262
......
......@@ -2633,8 +2633,8 @@
"@
mov.b\\t%x1,%w0\;extu.w\\t%f0\;extu.l\\t%S0
sub.l\\t%S0,%S0\;mov.b\\t%x1,%w0"
[(set_attr "cc" "clobber,set_znv")
(set_attr "length" "4,6")])
[(set_attr "cc" "set_znv,clobber")
(set_attr "length" "6,4")])
(define_insn "*extzv_8_16"
[(set (match_operand:SI 0 "register_operand" "=r")
......
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