]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/sse.md (*mov<mode>_internal): Merge with
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2013 18:40:13 +0000 (18:40 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Mar 2013 18:40:13 +0000 (18:40 +0000)
commit76cfb9fac87fc4af042036eb869a1843f298e3f4
tree1cde0866aec706acba4b18ad3f8856bd3a275178
parentf09c66e02f0d6659f65d0a30eb4feed5863532f0
* config/i386/sse.md (*mov<mode>_internal): Merge with
*mov<mode>_internal_rex64.  Use x64 and nox64 isa attributes.
Emit insn template depending on type attribute.  Use
HAVE_AS_IX86_INTERUNIT_MOVQ to handle broken assemblers that require
movd instead of movq mnemonic for interunit moves.  Rewrite mode
attribute calculation.  Remove unit attribute calculation.
Set prefix attribute to maybe_vex for sselog1 and ssemov types.
Set prefix_data16 attribute for DImode ssemov types.
Use Ym instead of y for SSE-MMX conversion alternatives.
Reorder operand constraints.

testsuite/ChangeLog:

* gcc.target/i386/pr22152.c (dg-options): Add -mtune=core2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196981 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/mmx.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr22152.c