Home | History | Annotate | Download | only in ia32

Lines Matching defs:ecx

874     __ Set(ecx, Immediate(0));
877 __ mov(ecx, Operand(esp, kSavedRegistersAreaSize + 1 * kPointerSize));
889 __ mov(Operand(esp, 3 * kPointerSize), ecx); // Code address or 0.
924 // Compute a pointer to the unwinding limit in register ecx; that is
926 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
927 __ add(ecx, esp);
937 __ cmp(ecx, esp);
959 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
961 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
963 __ sub(ecx, Immediate(sizeof(uint32_t)));
964 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset()));
965 __ test(ecx, ecx);