Lines Matching refs:Operand
133 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
134 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
135 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
151 __ mov(eax, Operand(src, 0));
154 __ mov(Operand(dst, 0), eax);
162 __ mov_b(eax, Operand(src, 0));
165 __ mov_b(Operand(dst, 0), eax);
181 __ mov(eax, Operand(src, 0));
183 __ mov(Operand(dst, 0), eax);
192 __ mov_b(eax, Operand(src, 0));
194 __ mov_b(Operand(dst, 0), eax);
306 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
322 __ fild_s(Operand(esp, 0));
335 __ fld_d(Operand::StaticVariable(canonical_the_hole_nan_reference));
346 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
392 __ lea(edi, Operand(ebx, times_2, FixedArray::kHeaderSize));
428 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
480 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
556 __ movzx_w(result, Operand(result, index, times_2, 0));
560 __ movzx_b(result, Operand(result, index, times_1, 0));