bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

instruction : movq


From: Gelu Ionescu
Subject: instruction : movq
Date: Tue, 10 Oct 2006 11:01:45 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Hello,

I have an old C code that includes some asm statements (I am a novice at this programming level).

Ex.
      asm("movq %0, %%mm0"::"g"(*t));   // mm0 : target image (b)
      asm("movq %0, %%mm1"::"g"(*s));   // mm1 : src image (b)

When compiling with gcc 3.35 every think works fine.

Now, I try to compile the code with gcc 4.12 and the following error happens :

/tmp/cc13T7zq.s:38: Error: suffix or operands invalid for `movq'

Can you help me to fix this bug?

Thanks in advance,






Attachment: gelu.ionescu.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]