comparison i386/dsputil_mmx_rnd.h @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents ce36118abbbb
children 470601203f44
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
96 "add %5, %3 \n\t" 96 "add %5, %3 \n\t"
97 "movq %%mm5, (%3) \n\t" 97 "movq %%mm5, (%3) \n\t"
98 "add %5, %3 \n\t" 98 "add %5, %3 \n\t"
99 "subl $4, %0 \n\t" 99 "subl $4, %0 \n\t"
100 "jnz 1b \n\t" 100 "jnz 1b \n\t"
101 #ifdef PIC //Note "+bm" and "+mb" are buggy too (with gcc 3.2.2 at least) and cant be used 101 #ifdef PIC //Note "+bm" and "+mb" are buggy too (with gcc 3.2.2 at least) and cannot be used
102 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst) 102 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst)
103 #else 103 #else
104 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst) 104 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst)
105 #endif 105 #endif
106 :"S"((long)src1Stride), "D"((long)dstStride) 106 :"S"((long)src1Stride), "D"((long)dstStride)
191 "movq %%mm5, 8(%3) \n\t" 191 "movq %%mm5, 8(%3) \n\t"
192 "add %5, %3 \n\t" 192 "add %5, %3 \n\t"
193 "add $32, %2 \n\t" 193 "add $32, %2 \n\t"
194 "subl $2, %0 \n\t" 194 "subl $2, %0 \n\t"
195 "jnz 1b \n\t" 195 "jnz 1b \n\t"
196 #ifdef PIC //Note "+bm" and "+mb" are buggy too (with gcc 3.2.2 at least) and cant be used 196 #ifdef PIC //Note "+bm" and "+mb" are buggy too (with gcc 3.2.2 at least) and cannot be used
197 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst) 197 :"+m"(h), "+a"(src1), "+c"(src2), "+d"(dst)
198 #else 198 #else
199 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst) 199 :"+b"(h), "+a"(src1), "+c"(src2), "+d"(dst)
200 #endif 200 #endif
201 :"S"((long)src1Stride), "D"((long)dstStride) 201 :"S"((long)src1Stride), "D"((long)dstStride)