Lines Matching defs:ecx
68 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
80 __ add(edi, Operand(ebp, ecx, times_4, 0));
81 __ add(edi, Operand(ebp, ecx, times_4, 12));
82 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12));
87 __ adc(ecx, 12);
88 __ adc(ecx, 1000);
94 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000));
97 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0));
98 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx);
112 __ movsx_b(edx, ecx);
113 __ movsx_w(edx, ecx);
114 __ movzx_b(edx, ecx);
115 __ movzx_w(edx, ecx);
118 __ imul(edx, ecx);
119 __ shld(edx, ecx);
120 __ shrd(edx, ecx);
121 __ bts(edx, ecx);
122 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
130 __ push(ecx);
133 __ push(Operand(ebx, ecx, times_4, 0));
134 __ push(Operand(ebx, ecx, times_4, 0));
135 __ push(Operand(ebx, ecx, times_4, 10000));
138 __ pop(Operand(ebx, ecx, times_4, 0));
142 __ add(edx, ecx);
143 __ mov_b(edx, ecx);
144 __ mov_b(ecx, 6);
145 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
157 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345));
158 __ mov(Operand(ebx, ecx, times_4, 10000), edx);
162 __ dec_b(Operand(ebx, ecx, times_4, 10000));
171 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456));
173 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
174 __ imul(edx, ecx, 12);
175 __ imul(edx, ecx, 1000);
178 __ inc(Operand(ebx, ecx, times_4, 10000));
179 __ push(Operand(ebx, ecx, times_4, 10000));
180 __ pop(Operand(ebx, ecx, times_4, 10000));
181 __ call(Operand(ebx, ecx, times_4, 10000));
182 __ jmp(Operand(ebx, ecx, times_4, 10000));
184 __ lea(edx, Operand(ebx, ecx, times_4, 10000));
186 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
197 __ sbb(edx, Operand(ebx, ecx, times_4, 10000));
198 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
202 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
213 __ add(Operand(edx, ecx, times_4, 10000), Immediate(12));
219 __ cmp(Operand(edx, ecx, times_4, 10000), Immediate(12));
225 __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
229 __ imul(edx, ecx, 12);
230 __ imul(edx, ecx, 1000);
237 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
241 __ test(edx, Operand(ebx, ecx, times_8, 10000));
243 __ test_b(edx, Operand(ecx, ebx, times_2, 1000));
248 __ xor_(edx, Operand(ebx, ecx, times_8, 10000));
249 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
264 __ call(Operand(ebx, ecx, times_4, 10000));
273 __ jmp(Operand(ebx, ecx, times_4, 10000));
336 __ fld_s(Operand(ebx, ecx, times_4, 10000));
337 __ fstp_s(Operand(ebx, ecx, times_4, 10000));
339 __ fld_d(Operand(ebx, ecx, times_4, 10000));
340 __ fstp_d(Operand(ebx, ecx, times_4, 10000));
343 __ fild_s(Operand(ebx, ecx, times_4, 10000));
344 __ fistp_s(Operand(ebx, ecx, times_4, 10000));
345 __ fild_d(Operand(ebx, ecx, times_4, 10000));
346 __ fistp_d(Operand(ebx, ecx, times_4, 10000));
364 __ cvttss2si(edx, Operand(ebx, ecx, times_4, 10000));
365 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
370 __ movdbl(xmm1, Operand(ebx, ecx, times_4, 10000));
371 __ movdbl(Operand(ebx, ecx, times_4, 10000), xmm1);
375 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
376 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0);
377 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
378 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0);
394 __ cmov(sign, eax, Operand(ecx, 0));
395 __ cmov(not_sign, eax, Operand(ecx, 1));
396 __ cmov(parity_even, eax, Operand(ecx, 2));
397 __ cmov(parity_odd, eax, Operand(ecx, 3));