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]

r134674 - in /branches/ix86/avx/gcc: ChangeLog....


Author: hjl
Date: Fri Apr 25 18:24:45 2008
New Revision: 134674

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134674
Log:
2008-04-25  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/sse.md (AVXMODEDCVTDQ2PS): New.
	(AVXMODEDCVTPS2DQ): Likewise.
	(avxcvtvecmode): Likewise.
	(avxmodesuffix): Add V4SI and V8SI.
	(avx_cvtdq2ps256): Renamed to ...
	(avx_cvtdq2ps<avxmodesuffix>): This.  Support 128bit AVX.
	(avx_cvtps2dq256): Renamed to ...
	(avx_cvtps2dq<avxmodesuffix>): This.  Support 128bit AVX.
	(avx_cvttps2dq256): Renamed to ...
	(avx_cvttps2dq<avxmodesuffix>): This.  Support 128bit AVX.
	(sse2_cvtdq2pd): Support 128bit AVX.
	(*sse2_cvtpd2dq): Likewise.
	(*sse2_cvttpd2dq): Likewise.
	(avx_cvtpd2dq256): Set mode attribute to "OI".
	(avx_cvttpd2dq256): Likewise.

Modified:
    branches/ix86/avx/gcc/ChangeLog.avx
    branches/ix86/avx/gcc/config/i386/sse.md


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