arm.c (output_move_neon): Update comment.
authorRamana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Mon, 17 Sep 2012 17:07:29 +0000 (17:07 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 17 Sep 2012 17:07:29 +0000 (17:07 +0000)
commita7e7bf8fc3b4bcfe57bd0bb5b2260dd678e9b063
tree174a968c96d901ce5cbc6343557266ec626bef94
parenteff02e4f8421170b613b80e266b5b1893c588ea6
arm.c (output_move_neon): Update comment.

2012-09-17  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
    Ulrich Weigand  <ulrich.weigand@linaro.org>

* config/arm/arm.c (output_move_neon): Update comment.
Use vld1.64/vst1.64 instead of vldm/vstm where possible.
(neon_vector_mem_operand): Support double-word modes.
* config/arm/neon.md (*neon_mov VD): Call output_move_neon
instead of output_move_vfp.  Change constraint from Uv to Un.

Co-Authored-By: Ulrich Weigand <ulrich.weigand@linaro.org>
From-SVN: r191399
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/neon.md