Lines Matching full:operand
66 __ add(Operand(eax), Immediate(12345678));
68 __ sub(Operand(eax), Immediate(12345678));
75 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
78 __ add(edx, Operand(ebx));
79 __ add(edx, Operand(12, RelocInfo::NONE));
80 __ add(edx, Operand(ebx, 0));
81 __ add(edx, Operand(ebx, 16));
82 __ add(edx, Operand(ebx, 1999));
83 __ add(edx, Operand(esp, 0));
84 __ add(edx, Operand(esp, 16));
85 __ add(edx, Operand(esp, 1999));
87 __ add(edi, Operand(ebp, ecx, times_4, 0));
88 __ add(edi, Operand(ebp, ecx, times_4, 12));
89 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12));
92 __ add(Operand(ebx), Immediate(12));
98 __ and_(edx, Operand(esp, 4));
100 __ cmp(edx, Operand(esp, 4));
101 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000));
104 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0));
105 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx);
119 __ movsx_b(edx, Operand(ecx));
120 __ movsx_w(edx, Operand(ecx));
121 __ movzx_b(edx, Operand(ecx));
122 __ movzx_w(edx, Operand(ecx));
125 __ imul(edx, Operand(ecx));
126 __ shld(edx, Operand(ecx));
127 __ shrd(edx, Operand(ecx));
128 __ bts(Operand(edx), ecx);
129 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
139 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
140 __ push(Operand(ebx, ecx, times_4, 0));
141 __ push(Operand(ebx, ecx, times_4, 0));
142 __ push(Operand(ebx, ecx, times_4, 10000));
145 __ pop(Operand(ebx, ecx, times_4, 0));
148 __ add(edx, Operand(esp, 16));
149 __ add(edx, Operand(ecx));
150 __ mov_b(edx, Operand(ecx));
151 __ mov_b(Operand(ecx), 6);
152 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
153 __ mov_b(Operand(esp, 16), edx);
154 __ mov_w(edx, Operand(esp, 16));
155 __ mov_w(Operand(esp, 16), edx);
157 __ movsx_w(edx, Operand(esp, 12));
158 __ movsx_b(edx, Operand(esp, 12));
159 __ movzx_w(edx, Operand(esp, 12));
160 __ movzx_b(edx, Operand(esp, 12));
163 __ mov(edx, Operand(esp, 12));
164 __ mov(Operand(ebx, ecx, times_4, 10000), Immediate(12345));
165 __ mov(Operand(ebx, ecx, times_4, 10000), edx);
168 __ dec_b(Operand(eax, 10));
169 __ dec_b(Operand(ebx, ecx, times_4, 10000));
178 __ test(Operand(ebx, ecx, times_4, 10000), Immediate(123456));
180 __ imul(edx, Operand(ebx, ecx, times_4, 10000));
185 __ inc(Operand(ebx, ecx, times_4, 10000));
186 __ push(Operand(ebx, ecx, times_4, 10000));
187 __ pop(Operand(ebx, ecx, times_4, 10000));
188 __ call(Operand(ebx, ecx, times_4, 10000));
189 __ jmp(Operand(ebx, ecx, times_4, 10000));
191 __ lea(edx, Operand(ebx, ecx, times_4, 10000));
193 __ or_(edx, Operand(ebx, ecx, times_4, 10000));
204 __ sbb(edx, Operand(ebx, ecx, times_4, 10000));
205 __ shld(edx, Operand(ebx, ecx, times_4, 10000));
209 __ shrd(edx, Operand(ebx, ecx, times_4, 10000));
219 __ add(Operand(ebx), Immediate(12));
220 __ add(Operand(edx, ecx, times_4, 10000), Immediate(12));
225 __ cmp(Operand(ebx), Immediate(12));
226 __ cmp(Operand(edx, ecx, times_4, 10000), Immediate(12));
230 __ sub(Operand(ebx), Immediate(12));
231 __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
232 __ subb(Operand(edx, ecx, times_4, 10000), 100);
233 __ subb(Operand(eax), 100);
234 __ subb(eax, Operand(edx, ecx, times_4, 10000));
246 __ sub(edx, Operand(ebx, ecx, times_4, 10000));
247 __ sub(edx, Operand(ebx));
250 __ test(edx, Operand(ebx, ecx, times_8, 10000));
251 __ test(Operand(esi, edi, times_1, -20000000), Immediate(300000000));
252 __ test_b(edx, Operand(ecx, ebx, times_2, 1000));
253 __ test_b(Operand(eax, -20), 0x9A);
257 __ xor_(edx, Operand(ebx, ecx, times_8, 10000));
258 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
273 __ call(Operand(ebx, ecx, times_4, 10000));
283 __ jmp(Operand(ebx, ecx, times_4, 10000));
288 __ jmp(Operand::StaticVariable(after_break_target));
337 // __ mov(Operand::StaticVariable(Isolate::handler_address()), eax);
352 __ fld_s(Operand(ebx, ecx, times_4, 10000));
353 __ fstp_s(Operand(ebx, ecx, times_4, 10000));
355 __ fld_d(Operand(ebx, ecx, times_4, 10000));
356 __ fstp_d(Operand(ebx, ecx, times_4, 10000));
359 __ fild_s(Operand(ebx, ecx, times_4, 10000));
360 __ fistp_s(Operand(ebx, ecx, times_4, 10000));
361 __ fild_d(Operand(ebx, ecx, times_4, 10000));
362 __ fistp_d(Operand(ebx, ecx, times_4, 10000));
380 __ cvttss2si(edx, Operand(ebx, ecx, times_4, 10000));
381 __ cvtsi2sd(xmm1, Operand(ebx, ecx, times_4, 10000));
386 __ movdbl(xmm1, Operand(ebx, ecx, times_4, 10000));
387 __ movdbl(Operand(ebx, ecx, times_4, 10000), xmm1);
391 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
392 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0);
393 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
394 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0);
402 __ cmov(overflow, eax, Operand(eax, 0));
403 __ cmov(no_overflow, eax, Operand(eax, 1));
404 __ cmov(below, eax, Operand(eax, 2));
405 __ cmov(above_equal, eax, Operand(eax, 3));
406 __ cmov(equal, eax, Operand(ebx, 0));
407 __ cmov(not_equal, eax, Operand(ebx, 1));
408 __ cmov(below_equal, eax, Operand(ebx, 2));
409 __ cmov(above, eax, Operand(ebx, 3));
410 __ cmov(sign, eax, Operand(ecx, 0));
411 __ cmov(not_sign, eax, Operand(ecx, 1));
412 __ cmov(parity_even, eax, Operand(ecx, 2));
413 __ cmov(parity_odd, eax, Operand(ecx, 3));
414 __ cmov(less, eax, Operand(edx, 0));
415 __ cmov(greater_equal, eax, Operand(edx, 1));
416 __ cmov(less_equal, eax, Operand(edx, 2));
417 __ cmov(greater, eax, Operand(edx, 3));
454 __ pextrd(Operand(eax), xmm0, 1);
455 __ pinsrd(xmm1, Operand(eax), 0);