* config/arm/arm-protots.h (vfp_mem_operand): Rename ...
commita8a3b539f8b6ff903fcac75f7dd01ee1b1654c6e
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 May 2004 23:11:55 +0000 (5 23:11 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 May 2004 23:11:55 +0000 (5 23:11 +0000)
tree55df21a18e500fcafb6fcaf071eb2fc50186dc76
parent15ee95c7f5c4d2efc18ae1581800e7fdb144bafe
* config/arm/arm-protots.h (vfp_mem_operand): Rename ...
(arm_coproc_mem_operand): ... To this.
* config/arm/arm.c (arm_legitimate_address_p): Allow ldrd modes.
(arm_legitimate_index_p): Ditto.
(vfp_mem_operand): Rename ...
(arm_coproc_mem_operand): ... To this.  Handle writeback modes.
(vfp_secondary_reload_class): Use it.
(output_move_double): Use doubleword load/store instructions.
(arm_hard_regno_mode_ok): Only allow even reg pairs for ldrd.
* config/arm/arm.h (TARGET_LDRD): Define.
(EXTRA_CONSTRAINT_STR_ARM): Add 'Uy'.
* config/gcc/arm/arm.md (arm_movdi): Allow all valid memory operands.
New splitter for invalid doubleword loads.
* config/arm/iwmmxt.md (iwmmxt_arm_movdi): Use Uy constraint.
* config/arm/vfp.md (arm_movdi_vfp): Allow all valid memory operands.
* doc/md.texi: Document Uy constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81543 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/iwmmxt.md
gcc/config/arm/vfp.md
gcc/doc/md.texi