Commit 426ace7f by Kazu Hirata Committed by Kazu Hirata

h8300.md (*ixorsi3_zext_hi): Restrict to TARGET_H8300H and TARGET_H8300S.

	* config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
	TARGET_H8300H and TARGET_H8300S.

From-SVN: r63720
parent 6967a126
2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
TARGET_H8300H and TARGET_H8300S.
2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (a peephole2): New.
2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
......
......@@ -2801,7 +2801,7 @@
(match_operator:SI 1 "iorxor_operator"
[(zero_extend:SI (match_operand:HI 2 "register_operand" "r"))
(match_operand:SI 3 "register_operand" "0")]))]
""
"TARGET_H8300H || TARGET_H8300S"
"%c1.w\\t%T2,%f0"
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
......
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