Lines Matching defs:scratch
631 Register src, Register scratch) {
634 __ li(scratch, Operand(ref));
635 __ Sw(src, MemOperand(scratch));
639 Register scratch) {
642 __ li(scratch, Operand(ref));
643 __ Lw(scratch, MemOperand(scratch));
644 __ Subu(scratch, stack_pointer, scratch);
645 __ Sw(scratch, MemOperand(frame_pointer(), kRegExpStackBasePointer));
649 Register scratch) {
654 __ li(scratch, Operand(ref));
655 __ Lw(scratch, MemOperand(scratch));
656 __ Addu(stack_pointer_out, stack_pointer_out, scratch);
657 StoreRegExpStackPointerToMemory(stack_pointer_out, scratch);
1143 void RegExpMacroAssemblerMIPS::CallCheckStackGuardState(Register scratch) {
1150 __ mov(scratch, sp);
1154 __ sw(scratch, MemOperand(sp));