This is the mail archive of the gcc-bugs@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]

[Bug target/42165] -masm=intel doesn't know how to print AVX instructions



------- Comment #3 from jakub at gcc dot gnu dot org  2009-11-25 20:54 -------
Subject: Bug 42165

Author: jakub
Date: Wed Nov 25 20:54:12 2009
New Revision: 154655

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154655
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:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/i386/i386.c
    branches/gcc-4_4-branch/gcc/config/i386/i386.md
    branches/gcc-4_4-branch/gcc/config/i386/mmx.md
    branches/gcc-4_4-branch/gcc/config/i386/sse.md


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42165


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