OSDN Git Service

* config/rs6000/rs6000.c (rs6000_emit_move): Do not
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2001 03:11:48 +0000 (03:11 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2001 03:11:48 +0000 (03:11 +0000)
commit9335440aaef179d8ebdda436a5152076978157b7
tree2bd047de32b655e86c37534a7190c602270cd268
parent88224238b3c7c90abddaeb5882ce28d77a12e305
* config/rs6000/rs6000.c (rs6000_emit_move): Do not
special-case HOST_BITS_PER_WIDE_INT != 32.  Use same criteria
for generating CONST_INT and CONST_DOUBLE.

* config/rs6000/rs6000.c (logical_operand): CONST_INTs are
already sign-extended.
(rs6000_emit_prologue): Make register iterator signed.
(rs6000_emit_epilogue): Likewise.
* config/rs6000/rs6000.md (addsi3, adddi3): Sign-extend high
and low.
(movsf split, movdf split): Sign-extend CONST_INTs.
(movdi splits): Likewise.

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