Lines Matching full:ebx
869 __ mov(ebx, Operand(esp, kSavedRegistersAreaSize));
888 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id.
900 __ mov(ebx, Operand(eax, Deoptimizer::input_offset()));
905 __ pop(Operand(ebx, offset));
914 __ movdbl(Operand(ebx, dst_offset), xmm0);
926 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
932 __ lea(edx, Operand(ebx, FrameDescription::frame_content_offset()));
942 __ PrepareCallCFunction(1, ebx);
959 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
960 __ mov(ebx, Operand(eax, 0));
961 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
964 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset()));
976 __ movdbl(xmm_reg, Operand(ebx, src_offset));
982 __ push(Operand(ebx, FrameDescription::state_offset()));
984 __ push(Operand(ebx, FrameDescription::pc_offset()));
985 __ push(Operand(ebx, FrameDescription::continuation_offset()));
991 __ push(Operand(ebx, offset));