h8300.md (define_split): Add condition for "and with single_zero" splitter to handle...
authorKaushik Phatak <kaushik.phatak@kpitcummins.com>
Tue, 14 Dec 2010 07:03:36 +0000 (07:03 +0000)
committerKaushik Phatak <kaushikp@gcc.gnu.org>
Tue, 14 Dec 2010 07:03:36 +0000 (07:03 +0000)
commitc7e1fa82502f98b4ac9c6e576345debf6b56a654
treecfe83b6fc75607a40ae5d0b6130f56d104b7fde4
parent05d556e8371b90c5de4175aa737a7ad83726eeee
h8300.md (define_split): Add condition for "and with single_zero" splitter to handle 16-bit const operands.

* config/h8300/h8300.md (define_split) : Add condition for
"and with single_zero" splitter to handle 16-bit const operands.
* config/h8300/h8300.md (define_split) : Add condition for
"ior with single_one" splitter to handle 16-bit const operands.
* config/h8300/h8300.md (define_split) : Add condition for
"xor with single_one" splitter to handle 16-bit const operands.

* testsuite/gcc.dg/h8300-bit-insn-ice.c: New.

From-SVN: r167789
gcc/ChangeLog
gcc/config/h8300/h8300.md
gcc/testsuite/gcc.dg/h8300-bit-insn-ice.c [new file with mode: 0644]