Re: Validity of __asm__ transformation with "m" reference

2011-07-01 Thread Martin Thuresson
Jacub, On Fri, Jul 1, 2011 at 12:04 PM, Jakub Jelinek wrote: > On Fri, Jul 01, 2011 at 11:45:16AM -0700, Martin Thuresson wrote: >> In recent versions of GCC I have seen a transformation of inline >> assembly that I'd like to confirm is valid. >> >> The code in

Validity of __asm__ transformation with "m" reference

2011-07-01 Thread Martin Thuresson
In recent versions of GCC I have seen a transformation of inline assembly that I'd like to confirm is valid. The code in question can be found in mplayer/mp3lib/dct64_sse.c "movaps%0, %%xmm0\n\t" "shufps$27, %%xmm0, %%xmm0\n\t" "movaps%1, %%xmm5\n\t"