r210369 - in /trunk/gcc: ChangeLog config/arm/a...

ktkachov@gcc.gnu.org ktkachov@gcc.gnu.org
Tue May 13 13:02:00 GMT 2014


Author: ktkachov
Date: Tue May 13 13:02:33 2014
New Revision: 210369

URL: http://gcc.gnu.org/viewcvs?rev=210369&root=gcc&view=rev
Log:
[ARM] Remove builtins for vzup, vuzp, vtrn and cleanup.

	* config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
	(arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
	Remove associated type declarations and initialisations.
	(arm_expand_neon_builtin): Likewise.
	(neon_emit_pair_result_insn): Delete.
	* config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
	* config/arm/neon.md (neon_vtrn<mode>): Delete.
	(neon_vzip<mode>): Likewise.
	(neon_vuzp<mode>): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm_neon_builtins.def
    trunk/gcc/config/arm/neon.md



More information about the Gcc-cvs mailing list