Home | History | Annotate | Download | only in win32

Lines Matching full:eax

91         mov        eax,    DWORD PTR [esi] // eax = 00 01 02 03
92 mov ebx, eax
95 mov ecx, eax // ecx = 00 01 02 03
97 and eax, 0xffff0000 // eax = xx xx 02 03
98 xor ecx, eax // ecx = 00 01 xx xx
101 or eax, ebx // eax = 01 02 02 03
104 movd mm1, eax // mm1 = 01 02 02 03 xx xx xx xx
131 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
132 mov ebx, eax
135 mov ecx, eax // ecx = 00 01 02 03
137 and eax, 0xffff0000 // eax = xx xx 02 03
138 xor ecx, eax // ecx = 00 01 xx xx
141 or eax, ebx // eax = 01 02 02 03
143 shl eax, 8 // eax = xx 01 02 02
144 and eax, 0xffff0000 // eax = xx xx 02 02
146 or eax, ebx // eax = 01 02 02 02
149 movd mm1, eax // mm1 = 01 02 02 02 xx xx xx xx
1352 lea eax, [esi+ecx*2] //
1361 movd mm4, [eax+ecx]
1370 movd mm6, [eax+ecx*2]
1394 lea eax, [edi+edx*2]
1401 movd DWORD PTR [eax+edx], mm5
1501 movd eax, mm1
1503 mov edx, eax
1542 lea eax, [esi+ecx*2] //
1550 movd mm3, DWORD ptr [eax+ecx]
1551 movd mm4, DWORD ptr [eax+ecx*2]
1670 mov eax, src_pitch
1674 sub esi, eax //back one line
1685 movd mm1, [esi+eax] //
1687 movd mm2, [esi+eax*2] //