Home | History | Annotate | Download | only in cctest

Lines Matching defs:ecx

69   __ mov(ebx,  Operand(esp, ecx, times_2, 0));  // [esp+ecx*4]
85 __ add(esi, Operand(ecx, times_4, 0));
86 __ add(esi, Operand(ecx, times_4, 24));
87 __ add(esi, Operand(ecx, times_4, -4));
88 __ add(esi, Operand(ecx, times_4, -1999));
90 __ add(edi, Operand(ebp, ecx, times_4, 0));
91 __ add(edi, Operand(ebp, ecx, times_4, 12));
92 __ add(edi, Operand(ebp, ecx, times_4, -8));
93 __ add(edi, Operand(ebp, ecx, times_4, -3999));
94 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12));
99 __ adc(ecx, 12);
100 __ adc(ecx, 1000);
106 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000));
109 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0));
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx);
115 __ movsx_b(edx, ecx);
116 __ movsx_w(edx, ecx);
117 __ movzx_b(edx, ecx);
118 __ movzx_w(edx, ecx);
121 __ imul(edx, ecx);
122 __ shld(edx, ecx);
123 __ shrd(edx, ecx);
124 __ bts(edx, ecx);
125 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
133 __ push(ecx);
136 __ push(Operand(ebx, ecx, times_4, 0));
137 __ push(Operand(ebx, ecx, times_4, 0));
138 __ push(Operand(ebx, ecx, times_4, 10000));
141 __ pop(Operand(ebx, ecx, times_4, 0));
145 __ add(edx, ecx);
146 __ mov_b(edx, ecx);
147 __ mov_b(ecx, 6);
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
160 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345));
161 __ mov(Operand(ebx, ecx, times_4, 10000), edx);
165 __ dec_b(Operand(ebx, ecx, times_4, 10000));
174 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456));
176 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
177 __ imul(edx, ecx, 12);
178 __ imul(edx, ecx, 1000);
181 __ inc(Operand(ebx, ecx, times_4, 10000));
182 __ push(Operand(ebx, ecx, times_4, 10000));
183 __ pop(Operand(ebx, ecx, times_4, 10000));
184 __ call(Operand(ebx, ecx, times_4, 10000));
185 __ jmp(Operand(ebx, ecx, times_4, 10000));
187 __ lea(edx, Operand(ebx, ecx, times_4, 10000));
189 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
200 __ sbb(edx, Operand(ebx, ecx, times_4, 10000));
201 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
205 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
216 __ add(Operand(edx, ecx, times_4, 10000), Immediate(12));
222 __ cmp(Operand(edx, ecx, times_4, 10000), Immediate(12));
228 __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
232 __ imul(edx, ecx, 12);
233 __ imul(edx, ecx, 1000);
240 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
244 __ test(edx, Operand(ebx, ecx, times_8, 10000));
246 __ test_b(edx, Operand(ecx, ebx, times_2, 1000));
251 __ xor_(edx, Operand(ebx, ecx, times_8, 10000));
252 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
267 __ call(Operand(ebx, ecx, times_4, 10000));
276 __ jmp(Operand(ebx, ecx, times_4, 10000));
337 __ fld_s(Operand(ebx, ecx, times_4, 10000));
338 __ fstp_s(Operand(ebx, ecx, times_4, 10000));
340 __ fld_d(Operand(ebx, ecx, times_4, 10000));
341 __ fstp_d(Operand(ebx, ecx, times_4, 10000));
344 __ fild_s(Operand(ebx, ecx, times_4, 10000));
345 __ fistp_s(Operand(ebx, ecx, times_4, 10000));
346 __ fild_d(Operand(ebx, ecx, times_4, 10000));
347 __ fistp_d(Operand(ebx, ecx, times_4, 10000));