h8300-protos.h: Add a prototype for iorxor_operator.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 2 Mar 2003 19:12:45 +0000 (19:12 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 2 Mar 2003 19:12:45 +0000 (19:12 +0000)
commitb059c02a6440937fc7885cfadce908133b0f2e90
tree354f91d63bd1eecf24e31948cfe6becefb6d51a2
parent986b1f13342be85a545cf1ce5560aef248bf87c3
h8300-protos.h: Add a prototype for iorxor_operator.

* config/h8300/h8300-protos.h: Add a prototype for
iorxor_operator.
* config/h8300/h8300.c (print_operand): Handle 'c'.
(iorxor_operator): New.
* config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
* config/h8300/h8300.md (*iorhi3_zext): Remove.
(*iorsi3_zexthi): Likewise.
(*iorsi3_zextsi): Likewise.
(*xorhi3_zextqi): Likewise.
(*xorsi3_zexthi): Likewise.
(*xorsi3_zextsi): Likewise.
(*ixorhi3_zext): New.
(*ixorsi3_zext_qi): Likewise.
(*ixorsi3_zext_hi): Likewise.

From-SVN: r63671
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md