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]

r173387 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: uros
Date: Wed May  4 18:22:23 2011
New Revision: 173387

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173387
Log:
	* config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
	Use %v prefix in insn mnemonic to handle TARGET_AVX.
	(*movdi_internal): Use "maybe_vex" instead of "vex" in "prefix"
	attribute calculation.
	(*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
	* config/i386/sse.md (*sse2_storeq_rex64): Do not emit %v prefix
	for mov{q} mnemonic.
	(*vec_extractv2di_1_rex64_avx): Ditto.
	(*vec_concatv2di_rex64_sse4_1): Use %vmovd for reg<->xmm moves.
	(*vec_concatv2di_rex64_sse): Use movd for reg<->xmm moves.
	* config/i386/mmx.md (*mov<mode>_internal_rex64): Ditto.

testsuite/ChangeLog:

	Backport from mainline
	2010-12-08  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
	expected scan.


Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.md
    branches/gcc-4_5-branch/gcc/config/i386/mmx.md
    branches/gcc-4_5-branch/gcc/config/i386/sse.md
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c


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