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]

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


Author: hjl
Date: Sat May 17 22:26:59 2008
New Revision: 135481

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

	* config/i386/gmmintrin.h (_mm256_extract_ps): New.
	(_mm256_extract_epi32): Likewise.
	(_mm256_extract_epi16): Likewise.
	(_mm256_extract_epi8): Likewise.
	(_mm256_extract_epi64): Likewise.

	* config/i386/i386.c (bdesc_args): Updated.
	(ix86_expand_args_builtin): Likewise.
	(ix86_expand_vector_init_general): Properly expand V16HImode,
	V32QImode, V8HImode and V16QImode.

	* config/i386/sse.md (SSEMODE4F): New.
	(SSEMODEIF4): Likewise.
	(avxextractmode): Remove V16QI, V8HI and V2DI.
	(avx_vextractf128<mode>): Removed.
	(avx_vextractf128_<avxmodesuffixp>256): New.
	(avx_vextractf128_pd256_0): Likewise.
	(avx_vextractf128_pd256_1): Likewise.
	(avx_vextractf128_<avxmodesuffixp>256_0): Likewise.
	(avx_vextractf128_<avxmodesuffixp>256_1): Likewise.
	(avx_vinsertf128_pd256_0): Set type attribute to sselog.
	(avx_vinsertf128_pd256_1): Likewise.
	(avx_vinsertf128_<avxmodesuffixp>256_0): Likewise.
	(avx_vinsertf128_<avxmodesuffixp>256_1): Likewise.

Modified:
    branches/ix86/avx/gcc/ChangeLog.avx
    branches/ix86/avx/gcc/config/i386/gmmintrin.h
    branches/ix86/avx/gcc/config/i386/i386.c
    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]