OSDN Git Service

2009-05-15 Paul Brook <paul@codesourcery.com>
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 May 2009 14:19:19 +0000 (14:19 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 May 2009 14:19:19 +0000 (14:19 +0000)
commitf1c02c87fdddc46638ce02ab6ff4e8460368b89d
tree9ca5af137a2e8e7ec77fa9f97c7945d69a326b0b
parent2958813f745199aa85e83a118823d2d26ddced20
2009-05-15  Paul Brook  <paul@codesourcery.com>
    Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* config/arm/arm.c (neon_vector_mem_operand): Handle element/structure
loads.  Allow PRE_DEC.
(output_move_neon): Handle PRE_DEC.
(arm_print_operand): Add 'A' for neon structure loads.
* config/arm/arm-protos.h (neon_vector_mem_operand): Update prototype.
* config/arm/neon.md (neon_mov): Update comment.
* config/arm/constraints.md (Un, Us): Update neon_vector_mem_operand
calls.
(Um): New constraint.

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