h8300-protos.h: Add prototypes for incdec_operand and eqne_operator.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 20 Dec 2002 20:53:52 +0000 (20:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 20 Dec 2002 20:53:52 +0000 (20:53 +0000)
commitf9d2de4d0dc6eb961d12eb1888e387dfbdf33ae4
tree169d6ebd254a2a3318a7ea9b59640a9ce9401741
parentb47900aa0b511c57af99f2a7c88063e108b46dbc
h8300-protos.h: Add prototypes for incdec_operand and eqne_operator.

* config/h8300/h8300-protos.h: Add prototypes for
incdec_operand and eqne_operator.
* config/h8300/h8300.c (incdec_operand): New.
(eqne_operator): Likewise.
* config/h8300/h8300.h (CONST_OK_FOR_M): Likewise.
(CONST_OK_FOR_O): Likewise.
(CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_M and
CONST_OK_FOR_O.
* config/h8300/h8300.md (UNSPEC_INCDEC): New.
(addhi3_incdec): New.
(addsi3_incdec): Likewise.
(two peepholes): Likewise.

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