[Bug target/42165] -masm=intel doesn't know how to print AVX instructions
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 25 20:21:00 GMT 2009
------- Comment #2 from jakub at gcc dot gnu dot org 2009-11-25 20:20 -------
Subject: Bug 42165
Author: jakub
Date: Wed Nov 25 20:20:40 2009
New Revision: 154652
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154652
Log:
PR target/42165
* config/i386/i386.c (print_operand): For 32-byte memory use
YMMWORD in -masm=intel mode. Use TBYTE instead of XWORD.
* config/i386/i386.md (crc32modesuffix): Expand to nothing
in -masm=intel mode.
(sse4_2_crc32di): Print just crc32 instead of crc32q in
-masm=intel mode.
* config/i386/mmx.md (*mmx_pinsrw): Print correct size of
memory operand in -masm=intel mode.
* config/i386/sse.md (*avx_pinsr<ssevecsize>, *sse4_1_pinsrb,
*sse2_pinsrw): Likewise.
(sse_cvtss2siq, sse_cvtss2siq_2, sse_cvttss2siq): Don't print
q suffix in -masm=intel mode.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.c
trunk/gcc/config/i386/i386.md
trunk/gcc/config/i386/mmx.md
trunk/gcc/config/i386/sse.md
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42165
More information about the Gcc-bugs
mailing list