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]

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


Author: hjl
Date: Sun May 11 22:45:22 2008
New Revision: 135190

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

	* config/i386/i386.c (print_reg): Support 't' for 256bit AVX
	register.
	(print_operand): Likewise.
	(ix86_expand_vector_init_duplicate): Support V4DFmode,
	V8SFmode and V8SImode.
	(ix86_expand_vector_init_general): Likewise.

	* config/i386/sse.md (*avx_concatv2sf): New.
	(*vec_concatv2df_avx): Likewise.
	(*avx_concatv2si): Likewise.
	(vec_init<mode>): Likewise.
	(*vec_concat<mode>_avx): Likewise.

Modified:
    branches/ix86/avx/gcc/ChangeLog.avx
    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]