arm.c (output_move_neon): Update comment describing big-endian vector layout.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 7 Aug 2008 16:58:29 +0000 (17:58 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 7 Aug 2008 16:58:29 +0000 (17:58 +0100)
commit874d42b93e5926d5b225b97be7608a8c8836614b
tree1bd392ba1acdeacf8eb608a911fce0a4c62b053d
parent058514b381c9f8225cfd63731d90006c37a83139
arm.c (output_move_neon): Update comment describing big-endian vector layout.

* config/arm/arm.c (output_move_neon): Update comment describing
big-endian vector layout.
(arm_assemble_integer): Do not handle big-endian NEON vectors
specially.
* config/arm/neon.md (vec_set<mode>_internal, vec_extract<mode>,
neon_vget_lane<mode>_sext_internal,
neon_vget_lane<mode>_zext_internal, neon_vget_lane<mode>): Adjust
element indices for big-endian.

From-SVN: r138847
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/neon.md