Home | History | Annotate | Download | only in ia32

Lines Matching full:base

297 void MacroAssembler::CopyRegistersFromStackToMemory(Register base,
301 // Copy the content of the stack to the memory location and adjust base.
305 mov(scratch, Operand(base, 0));
309 lea(base, Operand(base, kPointerSize));