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));
171 __ idiv(Operand(edx, ecx, times_1, 1));
172 __ idiv(Operand(esp, 12));
174 __ div(Operand(edx, ecx, times_1, 1));
175 __ div(Operand(esp, 12));
179 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456));
181 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
183 __ imul(edx, Operand(edx, eax, times_2, 42), 8);
185 __ imul(edx, Operand(ebx, ecx, times_4, 1), 9000);
188 __ inc(Operand(ebx, ecx, times_4, 10000));
189 __ push(Operand(ebx, ecx, times_4, 10000));
190 __ pop(Operand(ebx, ecx, times_4, 10000));
191 __ call(Operand(ebx, ecx, times_4, 10000));
192 __ jmp(Operand(ebx, ecx, times_4, 10000));
194 __ lea(edx, Operand(ebx, ecx, times_4, 10000));
196 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
207 __ ror(Operand(ebx, ecx, times_4, 10000), 1);
208 __ ror(Operand(ebx, ecx, times_4, 10000), 6);
209 __ ror_cl(Operand(ebx, ecx, times_4, 10000));
213 __ sar(Operand(ebx, ecx, times_4, 10000), 1);
214 __ sar(Operand(ebx, ecx, times_4, 10000), 6);
215 __ sar_cl(Operand(ebx, ecx, times_4, 10000));
216 __ sbb(edx, Operand(ebx, ecx, times_4, 10000));
217 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
221 __ shl(Operand(ebx, ecx, times_4, 10000), 1);
222 __ shl(Operand(ebx, ecx, times_4, 10000), 6);
223 __ shl_cl(Operand(ebx, ecx, times_4, 10000));
224 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
228 __ shr(Operand(ebx, ecx, times_4, 10000), 1);
229 __ shr(Operand(ebx, ecx, times_4, 10000), 6);
230 __ shr_cl(Operand(ebx, ecx, times_4, 10000));
238 __ add(Operand(edx, ecx, times_4, 10000), Immediate(12));
244 __ cmp(Operand(edx, ecx, times_4, 10000), Immediate(12));
250 __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
262 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
266 __ test(edx, Operand(ebx, ecx, times_8, 10000));
267 __ test(Operand(esi, edi, times_1, -20000000), Immediate(300000000));
268 __ test_b(edx, Operand(ecx, ebx, times_2, 1000));
269 __ test_b(Operand(eax, -20), 0x9A);
273 __ xor_(edx, Operand(ebx, ecx, times_8, 10000));
274 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
289 __ call(Operand(ebx, ecx, times_4, 10000));
298 __ jmp(Operand(ebx, ecx, times_4, 10000));
301 __ jmp(Operand::StaticVariable(after_break_target));
359 __ fld_s(Operand(ebx, ecx, times_4, 10000));
360 __ fstp_s(Operand(ebx, ecx, times_4, 10000));
362 __ fld_d(Operand(ebx, ecx, times_4, 10000));
363 __ fstp_d(Operand(ebx, ecx, times_4, 10000));
366 __ fild_s(Operand(ebx, ecx, times_4, 10000));
367 __ fistp_s(Operand(ebx, ecx, times_4, 10000));
368 __ fild_d(Operand(ebx, ecx, times_4, 10000));
369 __ fistp_d(Operand(ebx, ecx, times_4, 10000));
393 __ cvtsd2ss(xmm0, Operand(ebx, ecx, times_4, 10000));
397 __ andps(xmm0, Operand(ebx, ecx, times_4, 10000));
399 __ orps(xmm0, Operand(ebx, ecx, times_4, 10000));
401 __ xorps(xmm0, Operand(ebx, ecx, times_4, 10000));
405 __ addss(xmm1, Operand(ebx, ecx, times_4, 10000));
407 __ mulss(xmm1, Operand(ebx, ecx, times_4, 10000));
409 __ subss(xmm1, Operand(ebx, ecx, times_4, 10000));
411 __ divss(xmm1, Operand(ebx, ecx, times_4, 10000));
413 __ maxss(xmm1, Operand(ebx, ecx, times_4, 10000));
415 __ minss(xmm1, Operand(ebx, ecx, times_4, 10000));
417 __ sqrtss(xmm1, Operand(ebx, ecx, times_4, 10000));
419 __ addps(xmm1, Operand(ebx, ecx, times_4, 10000));
421 __ subps(xmm1, Operand(ebx, ecx, times_4, 10000));
423 __ mulps(xmm1, Operand(ebx, ecx, times_4, 10000));
425 __ divps(xmm1, Operand(ebx, ecx, times_4, 10000));
428 __ ucomiss(xmm0, Operand(ebx, ecx, times_4, 10000));
431 __ cvttss2si(edx, Operand(ebx, ecx, times_4, 10000));
432 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
433 __ cvtss2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
435 __ movsd(xmm1, Operand(ebx, ecx, times_4, 10000));
436 __ movsd(Operand(ebx, ecx, times_4, 10000), xmm1);
438 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
439 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0);
440 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
441 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0);
444 __ addsd(xmm1, Operand(ebx, ecx, times_4, 10000));
446 __ mulsd(xmm1, Operand(ebx, ecx, times_4, 10000));
448 __ subsd(xmm1, Operand(ebx, ecx, times_4, 10000));
450 __ divsd(xmm1, Operand(ebx, ecx, times_4, 10000));
452 __ minsd(xmm1, Operand(ebx, ecx, times_4, 10000));
454 __ maxsd(xmm1, Operand(ebx, ecx, times_4, 10000));
473 __ cmov(overflow, eax, Operand(eax, 0));
474 __ cmov(no_overflow, eax, Operand(eax, 1));
475 __ cmov(below, eax, Operand(eax, 2));
476 __ cmov(above_equal, eax, Operand(eax, 3));
477 __ cmov(equal, eax, Operand(ebx, 0));
478 __ cmov(not_equal, eax, Operand(ebx, 1));
479 __ cmov(below_equal, eax, Operand(ebx, 2));
480 __ cmov(above, eax, Operand(ebx, 3));
481 __ cmov(sign, eax, Operand(ecx, 0));
482 __ cmov(not_sign, eax, Operand(ecx, 1));
483 __ cmov(parity_even, eax, Operand(ecx, 2));
484 __ cmov(parity_odd, eax, Operand(ecx, 3));
485 __ cmov(less, eax, Operand(edx, 0));
486 __ cmov(greater_equal, eax, Operand(edx, 1));
487 __ cmov(less_equal, eax, Operand(edx, 2));
488 __ cmov(greater, eax, Operand(edx, 3));
505 __ vaddsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
507 __ vmulsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
509 __ vsubsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
511 __ vdivsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
513 __ vminsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
515 __ vmaxsd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
518 __ vaddss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
520 __ vmulss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
522 __ vsubss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
524 __ vdivss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
526 __ vminss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
528 __ vmaxss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
531 __ vandps(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
533 __ vxorps(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
536 __ vandpd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
538 __ vxorpd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
547 __ vfmadd132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
549 __ vfmadd213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
551 __ vfmadd231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
554 __ vfmsub132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
556 __ vfmsub213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
558 __ vfmsub231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
561 __ vfnmadd132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
563 __ vfnmadd213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
565 __ vfnmadd231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
568 __ vfnmsub132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
570 __ vfnmsub213sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
572 __ vfnmsub231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
575 __ vfmadd132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
577 __ vfmadd213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
579 __ vfmadd231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
582 __ vfmsub132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
584 __ vfmsub213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
586 __ vfmsub231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
589 __ vfnmadd132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
591 __ vfnmadd213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
593 __ vfnmadd231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
596 __ vfnmsub132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
598 __ vfnmsub213ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
600 __ vfnmsub231ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000));
609 __ andn(eax, ebx, Operand(ebx, ecx, times_4, 10000));
611 __ bextr(eax, Operand(ebx, ecx, times_4, 10000), ebx);
613 __ blsi(eax, Operand(ebx, ecx, times_4, 10000));
615 __ blsmsk(eax, Operand(ebx, ecx, times_4, 10000));
617 __ blsr(eax, Operand(ebx, ecx, times_4, 10000));
619 __ tzcnt(eax, Operand(ebx, ecx, times_4, 10000));
628 __ lzcnt(eax, Operand(ebx, ecx, times_4, 10000));
637 __ popcnt(eax, Operand(ebx, ecx, times_4, 10000));
646 __ bzhi(eax, Operand(ebx, ecx, times_4, 10000), ebx);
648 __ mulx(eax, ebx, Operand(ebx, ecx, times_4, 10000));
650 __ pdep(eax, ebx, Operand(ebx, ecx, times_4, 10000));
652 __ pext(eax, ebx, Operand(ebx, ecx, times_4, 10000));
654 __ sarx(eax, Operand(ebx, ecx, times_4, 10000), ebx);
656 __ shlx(eax, Operand(ebx, ecx, times_4, 10000), ebx);
658 __ shrx(eax, Operand(ebx, ecx, times_4, 10000), ebx);
660 __ rorx(eax, Operand(ebx, ecx, times_4, 10000), 31);
669 __ xchg(ebx, Operand(esp, 12));