]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000.md (define_attr "type"): New type popcnt.
authorEdmar Wienskoski <edmar@freescale.com>
Fri, 22 Jun 2012 20:13:23 +0000 (20:13 +0000)
committerEdmar Wienskoski <edmarwjr@gcc.gnu.org>
Fri, 22 Jun 2012 20:13:23 +0000 (20:13 +0000)
commit42533d77ac86ef73fe89ec5daf9c5d7fbb59cf55
tree1a803a20b68d903b7d07a0e998cc0ef30c64c603
parent50c7ad7e681f51d94310c47f82786657b0239262
rs6000.md (define_attr "type"): New type popcnt.

2012-06-22  Edmar Wienskoski  <edmar@freescale.com>

* config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
(popcntb<mode>2): Add attribute type popcnt.
(popcntd<mode>2): Ditto.
* config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
* config/rs6000/power5.md (define_insn_reservation): Ditto.
* config/rs6000/power7.md (define_insn_reservation): Ditto.
* config/rs6000/476.md (define_insn_reservation): Ditto.
* config/rs6000/power6.md (define_insn_reservation): New
reservation for popcnt instructions.

From-SVN: r188901
gcc/ChangeLog
gcc/config/rs6000/476.md
gcc/config/rs6000/power5.md
gcc/config/rs6000/power6.md
gcc/config/rs6000/power7.md
gcc/config/rs6000/rs6000.md