Reformat some code; Add support for generating PLWA with offsets whose bottom 2 bits...
commitcbb28ef1534b13373bc38533c9e05035fe84894b
authorMichael Meissner <meissner@linux.ibm.com>
Wed, 23 Oct 2019 20:09:27 +0000 (23 20:09 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 23 Oct 2019 20:09:27 +0000 (23 20:09 +0000)
tree6ec07369415c12cd4b3be645b58b4b74d1ce8f78
parent7c1bc95a48ba184da800007a5eb123f8ca81c509
Reformat some code; Add support for generating PLWA with offsets whose bottom 2 bits are non-zero.

2019-10-23  Michael Meissner  <meissner@linux.ibm.com>

* config/rs6000/rs6000.md (mov<mode>_64bit_dm): Reformat.
(movtd_64bit_nodm): Reformat.
(mov<mode>_32bit): Reformat.
(mov<mode>_softfloat): Reformat.
(FMOVE128_GPR splitter): Reformat.
(DIFD splitter): Reformat.
(TI2 splitter): Reformat.
* config/rs6000/predicates.md (lwa_operand): If the bottom two
bits of the offset for the memory address are non-zero, use PLWA
if prefixed instructions are available.

From-SVN: r277349
gcc/ChangeLog
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000.md