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

Re: commutative asm operands


Hi,

Alan Modra wrote:
I was forwarded a testcase today containing some horrible asm

asm ("addc %0, %2, %3\n\t"
     "adde %1, %4, %5"
     : "=r" (lo), "=r" (hi)
     : "%r" (__lo), "0" (lo), "%r" (__hi), "1" (hi))
I have a patch to fix this problem, but I have to update and test it again.

bye, Roman


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