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
This commit is contained in:
Kazu Hirata 2003-03-03 14:34:09 +00:00 committed by Kazu Hirata
parent 6967a12651
commit 426ace7fb5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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")])