Lines Matching defs:ebx
482 output_frame->SetRegister(ebx.code(), handler);
534 __ mov(ebx, Operand(esp, kSavedRegistersAreaSize));
549 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id.
561 __ mov(ebx, Operand(eax, Deoptimizer::input_offset()));
566 __ pop(Operand(ebx, offset));
577 __ movdbl(Operand(ebx, dst_offset), xmm0);
591 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
597 __ lea(edx, Operand(ebx, FrameDescription::frame_content_offset()));
610 __ PrepareCallCFunction(1, ebx);
651 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
652 __ mov(ebx, Operand(eax, 0));
653 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
657 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset()));
672 __ movdbl(xmm_reg, Operand(ebx, src_offset));
678 __ push(Operand(ebx, FrameDescription::state_offset()));
680 __ push(Operand(ebx, FrameDescription::pc_offset()));
681 __ push(Operand(ebx, FrameDescription::continuation_offset()));
687 __ push(Operand(ebx, offset));