comparison libmpcodecs/pullup.c @ 37139:1f7173bd5ff4

avfilter/x86/vf_pullup: fix old typo This should makes C and MMX match Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Tue, 08 Jul 2014 02:23:07 +0000
parents b4ce15212bfc
children
comparison
equal deleted inserted replaced
37138:b69f68af3d6e 37139:1f7173bd5ff4
84 "pxor %%mm7, %%mm7 \n\t" 84 "pxor %%mm7, %%mm7 \n\t"
85 "sub %%"REG_a", %%"REG_D" \n\t" 85 "sub %%"REG_a", %%"REG_D" \n\t"
86 86
87 "2: \n\t" 87 "2: \n\t"
88 88
89 "movq (%%"REG_D"), %%mm0 \n\t" 89 "movq (%%"REG_S"), %%mm0 \n\t"
90 "movq (%%"REG_D"), %%mm1 \n\t" 90 "movq (%%"REG_D"), %%mm1 \n\t"
91 "punpcklbw %%mm7, %%mm0 \n\t" 91 "punpcklbw %%mm7, %%mm0 \n\t"
92 "movq (%%"REG_D",%%"REG_a"), %%mm2 \n\t" 92 "movq (%%"REG_D",%%"REG_a"), %%mm2 \n\t"
93 "punpcklbw %%mm7, %%mm1 \n\t" 93 "punpcklbw %%mm7, %%mm1 \n\t"
94 "punpcklbw %%mm7, %%mm2 \n\t" 94 "punpcklbw %%mm7, %%mm2 \n\t"