rs6000.c (word_offset_memref_operand): New predicate to handle 'ld' conform addresses.
authorHartmut Penner <hpenner@de.ibm.com>
Mon, 12 Jan 2004 08:11:28 +0000 (08:11 +0000)
committerHartmut Penner <hpenner@gcc.gnu.org>
Mon, 12 Jan 2004 08:11:28 +0000 (08:11 +0000)
commitd2288d5d766ff3997591950e84713b0a1e72deb7
treed47c67bc221d940f2cf8e958c637910354dd89ee
parentea1ea21af5153ef84ac00dee8a1eaa54662b0aa2
rs6000.c (word_offset_memref_operand): New predicate to handle 'ld' conform addresses.

      * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
       predicate to handle 'ld' conform addresses.
       * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
       contraint.
       (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
       are memory contraints.
       * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
       New prototype.
       * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
       Change 'o' to 'Y' constraint.
       (*movdf_softfloat64): Ditto.

From-SVN: r75707
gcc/ChangeLog
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md