This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r163780 - in /trunk/gcc: ChangeLog config/arm/c...


Author: jules
Date: Thu Sep  2 14:46:35 2010
New Revision: 163780

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163780
Log:
	gcc/
	* config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
	unspecs.
	(vcond<mode>, vcondu<mode>): New expanders.
	(neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
	comparisons with zero.
	(neon_vcle<mode>, neon_vclt<mode>): New patterns.
	* config/arm/constraints.md (Dz): New constraint.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/constraints.md
    trunk/gcc/config/arm/neon.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]