xtensa-protos.h (smalloffset_double_mem_p): Delete.
authorBob Wilson <bob.wilson@acm.org>
Thu, 29 May 2003 00:08:36 +0000 (00:08 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Thu, 29 May 2003 00:08:36 +0000 (00:08 +0000)
commit633e4eb4aecc1658799c7647f73b050d12aafdfa
tree8f7556214a765d1d4d045594d3ee023ac5d2179b
parent358bdeeec758236bd004def191cdf947f88a45b4
xtensa-protos.h (smalloffset_double_mem_p): Delete.

        * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
        (xtensa_split_operand_pair): New proto.
        * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
        (smalloffset_double_mem_p): Delete.
        (gen_float_relational, printx, print_operand, xtensa_va_arg):
        Fix whitespace.
        (xtensa_split_operand_pair): New.
        (xtensa_dbx_register_number): Fix formatting.
        * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
        * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
        instead of splitting them into single-word moves.  Remove unnecessary
        checks for reload_in_progress and reload_completed.
        (movdi_internal, movdf_internal): Change to post-reload split patterns.
        Add constraints to allow constant operands.
        (movsf_internal): Allow CONST_INT operands.

From-SVN: r67215
gcc/ChangeLog
gcc/config/xtensa/xtensa-protos.h
gcc/config/xtensa/xtensa.c
gcc/config/xtensa/xtensa.h
gcc/config/xtensa/xtensa.md