Home | History | Annotate | Download | only in arm

Lines Matching full:base

353     // Use sp as base to push.
592 void MacroAssembler::CopyRegistersFromMemoryToStack(Register base,
595 // Copy the content of the memory location to the stack and adjust base.
601 str(ip, MemOperand(base, 4, NegPreIndex));
607 void MacroAssembler::CopyRegistersFromStackToMemory(Register base,
611 // Copy the content of the stack to the memory location and adjust base.
616 ldr(scratch, MemOperand(base, 4, PostIndex));