Commit 39cc8df7 by Stephane Carrez Committed by Stephane Carrez

m68hc11.md (lshrhi3_const1): Fix shift of soft register, use ror instead of rol.

	* config/m68hc11/m68hc11.md (lshrhi3_const1): Fix shift of
	soft register, use ror instead of rol.

From-SVN: r41850
parent 3c2f4000
2001-05-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* config/m68hc11/m68hc11.md (lshrhi3_const1): Fix shift of
soft register, use ror instead of rol.
2001-05-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Take
into account pre/post increment decrement for 68HC12.
Fix other problems in replacement and fix call to reg_mentioned_p.
......
......@@ -4961,7 +4961,7 @@
return \"lsrd\";
CC_STATUS_INIT;
return \"lsr\\t%h0\\n\\trol\\t%b0\";
return \"lsr\\t%h0\\n\\tror\\t%b0\";
}")
(define_insn "lshrhi3_const"
......
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