[AArch64][2/3] Implement negcc, notcc optabs
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 10 Nov 2015 09:37:51 +0000 (09:37 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Tue, 10 Nov 2015 09:37:51 +0000 (09:37 +0000)
commit3204ac9868cc02eacd88abf30b7e64a479beb3fe
treed0ef83866d52f6f3a680a698222073270ea0b299
parentce68b5cfb9d12cb55345bd26ee9114aee925d46a
[AArch64][2/3] Implement negcc, notcc optabs

* config/aarch64/aarch64.md (<neg_not_op><mode>cc): New define_expand.
* config/aarch64/iterators.md (NEG_NOT): New code iterator.
(neg_not_op): New code attribute.

* gcc.target/aarch64/cond_op_imm_1.c: New test.

From-SVN: r230090
gcc/ChangeLog
gcc/config/aarch64/aarch64.md
gcc/config/aarch64/iterators.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/cond_op_imm_1.c [new file with mode: 0644]