Lines Matching full:eax
79 mov eax, src_pixels_per_line ;
107 movq mm5, [esi + eax] ;
130 movq mm5, [esi + 2*eax] ;
154 neg eax
157 movq mm5, [esi+2*eax] ;
182 movq mm4, [esi+eax] ;
222 neg eax ;
237 push eax
239 mov eax, [edi-4];
371 mov DWORD PTR [edi+edx-4], eax ;
373 movd eax, mm1
379 mov DWORD PTR [edi+edx-4], eax
380 pop eax
383 add esi, eax ;
385 mov eax, dst_pixels_per_line ;
387 add edi, eax ;
389 mov eax, src_pixels_per_line ;
429 mov eax, src_pixels_per_line ;
449 movq xmm5, QWORD PTR [esi + eax] ;
468 movq xmm5, QWORD PTR [esi + 2*eax] ;
490 neg eax
491 movq xmm5, QWORD PTR [esi+2*eax] ;
512 movq xmm4, QWORD PTR [esi+eax] ;
550 neg eax ;
692 add esi, eax ;
694 mov eax, dst_pixels_per_line ;
696 add edi, eax ;
698 mov eax, src_pixels_per_line ;
733 mov eax, pitch ;
734 neg eax // eax = -pitch
736 lea esi, [esi + eax*8]; // edi = s[-pitch*8]
737 neg eax
762 lea edi, [edi+eax] ;
829 movd mm1, DWORD PTR [esi+eax*8]
860 lea esi, [esi+eax]
862 lea edi, [edi+eax]
897 mov eax, pitch ;
898 neg eax // eax = -pitch
900 lea esi, [esi + eax*8]; // edi = s[-pitch*8]
901 neg eax
926 lea edi, [edi+eax] ;
993 movq xmm1, QWORD PTR [esi+eax*8]
1024 lea esi, [esi+eax]
1026 lea edi, [edi+eax]
1125 xor eax, eax
1128 movdqu xmm1, [esi+eax] // get the source
1134 movdqu xmm2, [edi+eax] // get the noise for this line
1136 movdqu [esi+eax], xmm1 // store the result
1138 add eax, 16 // move to the next line
1140 eax, ecx
1182 mov eax, sumsq
1183 movd xmm7, eax
1185 mov eax, sum
1186 movd xmm6, eax
1384 xor eax, eax
1387 movq mm1, [esi+eax] // get the source
1393 movq mm2, [edi+eax] // get the noise for this line
1395 movq [esi+eax], mm1 // store the result
1397 add eax, 8 // move to the next line
1399 cmp eax, ecx
1438 xor eax, eax
1441 movq mm1, [esi+eax] // get the source
1447 movq mm2, [edi+eax] // get the noise for this line
1449 movq [esi+eax], mm1 // store the result
1451 add eax, 8 // move to the next line
1453 cmp eax, ecx
1487 xor eax, eax
1490 movdqu xmm1, [esi+eax] // get the source
1496 movdqu xmm2, [edi+eax] // get the noise for this line
1498 movdqu [esi+eax], xmm1 // store the result
1500 add eax, 16 // move to the next line
1502 cmp eax, ecx