* rs6000.c (print_operand) [w]: Calculate signed constant more clearly.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 1999 15:10:54 +0000 (15:10 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 1999 15:10:54 +0000 (15:10 +0000)
commita888ae396d6160a805eeccff054403f03167afca
tree944695fa7e614ae1dd727cfc5f616d8f8c39e9b3
parent750a668d88a4f20b99bccb19294866119b95b43d
    * rs6000.c (print_operand) [w]: Calculate signed constant more clearly.
        (rs6000_allocate_stack_space): Print as hexadecimal value.
        * rs6000.h (CONST_OK_FOR_LETTER_P): 'L' checks for a signed,
        16-bit shifted constant.  Fix typo for 'P'.
        (EXTRA_CONSTARINT): 'T' checks for a 32-bit mask operand.
        * rs6000.md (movsi, addsi3_internal1, movdi, adddi3_internal1):
        Use 'L' for shifted constant.
        (anddi3_internal3): Fix typo.
        (32-bit mask patterns): Use 'T'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26904 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md