]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000-modes.def
machmode.def (PARTIAL_INT_MODE): Add precision and name.
authorMike Stump <mikestump@comcast.net>
Wed, 30 Oct 2013 03:02:00 +0000 (03:02 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 30 Oct 2013 03:02:00 +0000 (03:02 +0000)
commitd8487c949ad5f1fac62020ab22544422490b37d2
tree3e4d8c33a6e93f29e60f5b1a8bb6ff6874206439
parentf0be72ea222f22adc00c57472fcd9ebfde003cb1
machmode.def (PARTIAL_INT_MODE): Add precision and name.

* machmode.def (PARTIAL_INT_MODE): Add precision and name.
* genmodes.c (PARTIAL_INT_MODE): Add precision and name.
(make_vector_mode): Increase namebuf to 16.
(emit_insn_modes_h): When processing BImode, don't
also match partial int modes.
(emit_class_narrowest_mode): Likewise.

* config/bfin/bfin-modes.def: Add precision to PDI.
* config/m32c/m32c-modes.def: Add precision to PSI.
* config/msp430/msp430-modes.def: Add precision to PSI.
* config/rs6000/rs6000-modes.def: Add precision to PTI.
* config/sh/sh-modes.def: Add precision to PSI and PDI.

From-SVN: r204193
gcc/ChangeLog
gcc/config/bfin/bfin-modes.def
gcc/config/m32c/m32c-modes.def
gcc/config/msp430/msp430-modes.def
gcc/config/rs6000/rs6000-modes.def
gcc/config/sh/sh-modes.def
gcc/genmodes.c
gcc/machmode.def