Commit 5d750136 by Kazu Hirata Committed by Kazu Hirata

h8300.md (zero_extendqisi2): Correct the length.

	* config/h8300/h8300.md (zero_extendqisi2): Correct the
	length.

From-SVN: r60389
parent f7e42925
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (zero_extendqisi2): Correct the
length.
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*zero_extendqihi2_h8300): Make the
second alternative "#".
(*zero_extendqihi2_h8300hs): Likewise.
......
......@@ -1846,7 +1846,7 @@
"@
mov.b #0,%x0\;sub.w %e0,%e0
mov.b %R1,%w0\;mov.b #0,%x0\;sub.w %e0,%e0"
[(set_attr "length" "4,6")
[(set_attr "length" "4,8")
(set_attr "cc" "clobber,clobber")])
(define_expand "zero_extendhisi2"
......
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