rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Tue, 21 Jul 1998 12:56:31 +0000 (12:56 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 21 Jul 1998 12:56:31 +0000 (08:56 -0400)
commite675f62571a8c234341b972a5edcd051a25d8367
treec5915ccf70b67da70cbba5044ea245ea102592c8
parent1ca2e73f35722fd6546bcb1e89a1d716d3d2c905
rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.

        * rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.
        * rs6000.md (movsi, movdi): Add CONSTANT_P_RTX.
        * rs6000.c (short_cint_operand): Add CONSTANT_P_RTX.
        (u_short_cint_operand): Same.
        (reg_or_cint_operand): Same.
        (logical_operand): Same.
        (input_operand): Same.
        (reg_or_short_operand): Use u_short_cint_operand.

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