Home | History | Annotate | Download | only in ia32

Lines Matching full:eax

79 	mov	eax, 1
80 shl eax, cl
81 mov [esp], eax ; [esp] <- partitions = 1u << max_partition_order;
82 mov eax, [esp + 36]
83 shr eax, cl
84 mov [esp + 4], eax ; [esp + 4] <- default_partition_samples = blocksize >> max_partition_order;
99 mov eax, [ebp + esi * 4]
101 xor eax, edx
102 sub eax, edx
103 add ebx, eax ; abs_residual_partition_sum += abs(residual[residual_sample]);
110 mov eax, [esp + 32]
111 mov [eax + ecx * 8], ebx ; abs_residual_partition_sums[partition] = abs_residual_partition_sum;
112 mov [eax + ecx * 8 + 4], dword 0
122 mov eax, [esp]
123 lea edi, [esi + eax * 8] ; edi <- abs_residual_partition_sums[to_partition==partitions];
134 mov eax, [esi]
136 add eax, [esi + 8]
138 mov [edi], eax