mirror of https://github.com/mpv-player/mpv
Another REG_d -> REG_D fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3de9e33ec4
commit
5a99d5e02c
|
@ -2529,7 +2529,7 @@ FUNNY_UV_CODE
|
||||||
"addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
|
"addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
|
||||||
"mov %1, %%"REG_D" \n\t"
|
"mov %1, %%"REG_D" \n\t"
|
||||||
"shrl $9, %%esi \n\t"
|
"shrl $9, %%esi \n\t"
|
||||||
"movw %%si, (%%"REG_d", %%"REG_a", 2)\n\t"
|
"movw %%si, (%%"REG_D", %%"REG_a", 2)\n\t"
|
||||||
|
|
||||||
"movzbl (%5, %%"REG_b"), %%edi \n\t" //src[xx]
|
"movzbl (%5, %%"REG_b"), %%edi \n\t" //src[xx]
|
||||||
"movzbl 1(%5, %%"REG_b"), %%esi \n\t" //src[xx+1]
|
"movzbl 1(%5, %%"REG_b"), %%esi \n\t" //src[xx+1]
|
||||||
|
|
Loading…
Reference in New Issue