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 inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q"



------- Comment #12 from uros at gcc dot gnu dot org  2009-04-25 08:11 -------
Subject: Bug 39590

Author: uros
Date: Sat Apr 25 08:10:51 2009
New Revision: 146761

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146761
Log:
        PR target/39590
        * configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether
        the configured assembler supports fildq and fistpq mnemonics.
        (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS.
        * configure: Regenerated.
        * config.in: Ditto.

        * config/i386/i386.c (print_operand): Handle 'Z'.
        ['z']: Remove handling of special fild/fist suffixes.
        (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn.
        * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output
        suffix of fild insn.
        (*floatsi<mode>2_vector_mixed): Ditto.
        (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto.
        (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto.
        (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
        (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto.
        * config/i386/gas.h (GAS_MNEMONICS): Remove.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.in
    trunk/gcc/config/i386/gas.h
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.md
    trunk/gcc/configure
    trunk/gcc/configure.ac


-- 


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


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