Home | History | Annotate | Download | only in source

Lines Matching defs:eax

44     mov        eax, [esp + 4]        // src_ptr
51 movdqa xmm0, [eax]
52 movdqa xmm1, [eax + 16]
53 lea eax, [eax + 32]
72 mov eax, [esp + 4 + 4] // src_ptr
79 movdqa xmm0, [eax]
80 movdqa xmm1, [eax + 16]
81 movdqa xmm2, [eax + esi]
82 movdqa xmm3, [eax + esi + 16]
83 lea eax, [eax + 32]
110 mov eax, [esp + 8 + 4] // src_ptr
120 movd xmm0, [eax]
121 movd xmm1, [eax + ebx]
123 movd xmm2, [eax + ebx * 2]
124 movd xmm3, [eax + edi]
125 lea eax, [eax + ebx * 4]
150 mov eax, [esp + 12 + 4] // src_ptr
155 lea esi, [eax + esi] // row1 pointer
161 movq xmm0, qword ptr [eax] // row0 4 pairs
162 movhps xmm0, qword ptr [eax + ebx]
163 movq xmm1, qword ptr [eax + ebx * 2]
164 movhps xmm1, qword ptr [eax + edi]
165 lea eax, [eax + ebx * 4]
203 mov eax, [esp + 8 + 20] // source_y_fraction (0..255)
205 cmp eax, 0
207 cmp eax, 128
210 movd xmm5, eax // xmm5 = y fraction
291 mov eax, [esp + 8 + 20] // source_y_fraction (0..255)
293 shr eax, 1
294 cmp eax, 0
296 cmp eax, 64
298 movd xmm0, eax // high fraction 0..127
299 neg eax
300 add eax, 128
301 movd xmm5, eax // low fraction 128..1