Home | History | Annotate | Download | only in cctest

Lines Matching refs:Operand

69   __ mov(ebx,  Operand(esp, ecx, times_2, 0));  // [esp+ecx*4]
73 __ add(edx, Operand(12, RelocInfo::NONE32));
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
79 __ add(edx, Operand(esp, 0));
80 __ add(edx, Operand(esp, 16));
81 __ add(edx, Operand(esp, 1999));
82 __ add(edx, Operand(esp, -4));
83 __ add(edx, Operand(esp, -1999));
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));
103 __ and_(edx, Operand(esp, 4));
105 __ cmp(edx, Operand(esp, 4));
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);
125 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
135 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
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));
144 __ add(edx, Operand(esp, 16));
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
149 __ mov_b(Operand(esp, 16), edx);
150 __ mov_w(edx, Operand(esp, 16));
151 __ mov_w(Operand(esp, 16), edx);
153 __ movsx_w(edx, Operand(esp, 12));
154 __ movsx_b(edx, Operand(esp, 12));
155 __ movzx_w(edx, Operand(esp, 12));
156 __ movzx_b(edx, Operand(esp, 12));
159 __ mov(edx, Operand(esp, 12));
160 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345));
161 __ mov(Operand(ebx, ecx, times_4, 10000), edx);
164 __ dec_b(Operand(eax, 10));
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));
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));
240 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
244 __ test(edx, Operand(ebx, ecx, times_8, 10000));
245 __ test(Operand(esi, edi, times_1, -20000000), Immediate(300000000));
246 __ test_b(edx, Operand(ecx, ebx, times_2, 1000));
247 __ test_b(Operand(eax, -20), 0x9A);
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));
279 __ jmp(Operand::StaticVariable(after_break_target));
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));
373 __ andps(xmm0, Operand(ebx, ecx, times_4, 10000));
375 __ orps(xmm0, Operand(ebx, ecx, times_4, 10000));
377 __ xorps(xmm0, Operand(ebx, ecx, times_4, 10000));
381 __ addps(xmm1, Operand(ebx, ecx, times_4, 10000));
383 __ subps(xmm1, Operand(ebx, ecx, times_4, 10000));
385 __ mulps(xmm1, Operand(ebx, ecx, times_4, 10000));
387 __ divps(xmm1, Operand(ebx, ecx, times_4, 10000));
390 __ cvttss2si(edx, Operand(ebx, ecx, times_4, 10000));
391 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
392 __ movsd(xmm1, Operand(ebx, ecx, times_4, 10000));
393 __ movsd(Operand(ebx, ecx, times_4, 10000), xmm1);
395 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
396 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0);
397 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
398 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0);
417 __ cmov(overflow, eax, Operand(eax, 0));
418 __ cmov(no_overflow, eax, Operand(eax, 1));
419 __ cmov(below, eax, Operand(eax, 2));
420 __ cmov(above_equal, eax, Operand(eax, 3));
421 __ cmov(equal, eax, Operand(ebx, 0));
422 __ cmov(not_equal, eax, Operand(ebx, 1));
423 __ cmov(below_equal, eax, Operand(ebx, 2));
424 __ cmov(above, eax, Operand(ebx, 3));
425 __ cmov(sign, eax, Operand(ecx, 0));
426 __ cmov(not_sign, eax, Operand(ecx, 1));
427 __ cmov(parity_even, eax, Operand(ecx, 2));
428 __ cmov(parity_odd, eax, Operand(ecx, 3));
429 __ cmov(less, eax, Operand(edx, 0));
430 __ cmov(greater_equal, eax, Operand(edx, 1));
431 __ cmov(less_equal, eax, Operand(edx, 2));
432 __ cmov(greater, eax, Operand(edx, 3));