• Home
  • Raw
  • Download

Lines Matching refs:SIZEOF_MMWORD

36 %define wk(i)          ebp - (WK_NUM - (i)) * SIZEOF_MMWORD
48 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
243 cmp ecx, byte SIZEOF_MMWORD
246 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
247 movq MMWORD [edi+1*SIZEOF_MMWORD], mmE
248 movq MMWORD [edi+2*SIZEOF_MMWORD], mmC
250 sub ecx, byte SIZEOF_MMWORD
253 add esi, byte SIZEOF_MMWORD ; inptr0
254 add ebx, byte SIZEOF_MMWORD ; inptr1
255 add edx, byte SIZEOF_MMWORD ; inptr2
256 add edi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; outptr
262 cmp ecx, byte 2*SIZEOF_MMWORD
264 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
265 movq MMWORD [edi+1*SIZEOF_MMWORD], mmE
267 sub ecx, byte 2*SIZEOF_MMWORD
268 add edi, byte 2*SIZEOF_MMWORD
271 cmp ecx, byte SIZEOF_MMWORD
273 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
275 sub ecx, byte SIZEOF_MMWORD
276 add edi, byte SIZEOF_MMWORD
331 cmp ecx, byte SIZEOF_MMWORD
334 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
335 movq MMWORD [edi+1*SIZEOF_MMWORD], mmD
336 movq MMWORD [edi+2*SIZEOF_MMWORD], mmC
337 movq MMWORD [edi+3*SIZEOF_MMWORD], mmH
339 sub ecx, byte SIZEOF_MMWORD
342 add esi, byte SIZEOF_MMWORD ; inptr0
343 add ebx, byte SIZEOF_MMWORD ; inptr1
344 add edx, byte SIZEOF_MMWORD ; inptr2
345 add edi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; outptr
350 cmp ecx, byte SIZEOF_MMWORD/2
352 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
353 movq MMWORD [edi+1*SIZEOF_MMWORD], mmD
356 sub ecx, byte SIZEOF_MMWORD/2
357 add edi, byte 2*SIZEOF_MMWORD
359 cmp ecx, byte SIZEOF_MMWORD/4
361 movq MMWORD [edi+0*SIZEOF_MMWORD], mmA
363 sub ecx, byte SIZEOF_MMWORD/4
364 add edi, byte 1*SIZEOF_MMWORD
366 cmp ecx, byte SIZEOF_MMWORD/8