i386.c (ix86_print_operand): Handle 'q' and 'x' overrides for -masm=intel memory.
authorJakub Jelinek <jakub@redhat.com>
Thu, 27 Oct 2011 19:52:06 +0000 (21:52 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 27 Oct 2011 19:52:06 +0000 (21:52 +0200)
commit32cac6f1ae656a45a32dbc3de0d8362c4b9703ca
treedfaefa30ff8fa32f9f7b3652008782a7447e3bd6
parentc419671cf3dc5b2869f06922c56c2091c1867580
i386.c (ix86_print_operand): Handle 'q' and 'x' overrides for -masm=intel memory.

* config/i386/i386.c (ix86_print_operand): Handle 'q' and 'x'
overrides for -masm=intel memory.
* config/i386/sse.md (sse2_cvtdq2pd, sse2_cvtps2pd,
sse4_1_<code>v8qiv8hi2, avx2_<code>v8qiv8si2,
sse4_1_<code>v4hiv4si2, avx2_<code>v4hiv4di2,
sse4_1_<code>v2siv2di2): Use %q1 instead of %1 for -masm=intel.
(sse4_1_<code>v4qiv4si2, avx2_<code>v4qiv4di2,
sse4_1_<code>v2hiv2di2): Use %k1 instead of %1 for -masm=intel.
(sse4_1_<code>v2qiv2di2): Use %w1 instead of %1 for -masm=intel.

From-SVN: r180579
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sse.md