]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm.c (neon_itype): Define NEON_RINT enum element.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 6 Dec 2012 09:55:45 +0000 (09:55 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Thu, 6 Dec 2012 09:55:45 +0000 (09:55 +0000)
commit7973996540f699588bb2db60c795e3179869620a
treedaedc57000ad7479db77d42a69cda072fb3bddbe
parent4f2b3dc2b49e5b375738e32966615e9ef4e5ced7
arm.c (neon_itype): Define NEON_RINT enum element.

2012-12-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/arm/arm.c (neon_itype): Define NEON_RINT enum element.
(neon_builtin_data): Register vrintn, vrinta, vrintp, vrintm,
vrintz, vrintx neon builtins.
(arm_init_neon_builtins): Handle NEON_RINT.
(arm_expand_neon_builtin): Likewise.
* config/arm/unspecs.md: New file.
* config/arm/arm.md ("unspec"): Move to unspecs.md.
* config/arm/iterators.md (NEON_VRINT): New int iterator.
(nvrint_variant): New int attribute.
* config/arm/neon.md
(neon_vrint<NEON_VRINT:nvrint_variant><VCVTF:mode>): New pattern.
("unspec"): Move to unspecs.md.
* config/arm/iwmmxt2.md ("unspec"): Move to unspecs.md.

From-SVN: r194244
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/arm/iterators.md
gcc/config/arm/iwmmxt2.md
gcc/config/arm/neon.md
gcc/config/arm/unspecs.md [new file with mode: 0644]