mmx.md (*mov<mode>_internal_rex64): Use %vmovq for reg<->xmm moves.
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 2 May 2011 18:58:32 +0000 (20:58 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 2 May 2011 18:58:32 +0000 (20:58 +0200)
commit4e938ce6e76e9189fb2c4b8850c3a2ff7ad07782
tree8c6b66280f2942900ba1c4b05e43b77f0deb4531
parent9257f35f7bf0c9272fbbc54bcc4c266db56a48c8
mmx.md (*mov<mode>_internal_rex64): Use %vmovq for reg<->xmm moves.

* config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
reg<->xmm moves.
(*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
(*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
with *movv2sf_internal_rex64_avx.
(*movv2sf_internal): Merge with *movv2sf_internal_avx.
* config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
Use %v prefix in insn mnemonic to handle TARGET_AVX.
(*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
"vex" in "prefix" attribute calculation.
(*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.

From-SVN: r173265
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/mmx.md