Lines Matching full:ebx
207 output_frame->SetRegister(ebx.code(), handler);
267 __ mov(ebx, Operand(esp, kSavedRegistersAreaSize));
282 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id.
294 __ mov(ebx, Operand(eax, Deoptimizer::input_offset()));
299 __ pop(Operand(ebx, offset));
310 __ movsd(Operand(ebx, dst_offset), xmm0);
324 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
330 __ lea(edx, Operand(ebx, FrameDescription::frame_content_offset()));
343 __ PrepareCallCFunction(1, ebx);
374 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
375 __ mov(ebx, Operand(eax, 0));
376 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
380 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset()));
395 __ movsd(xmm_reg, Operand(ebx, src_offset));
400 __ push(Operand(ebx, FrameDescription::state_offset()));
401 __ push(Operand(ebx, FrameDescription::pc_offset()));
402 __ push(Operand(ebx, FrameDescription::continuation_offset()));
408 __ push(Operand(ebx, offset));