Lines Matching defs:scratch
663 Register src, Register scratch) {
666 __ li(scratch, Operand(ref));
667 __ Sd(src, MemOperand(scratch));
671 Register scratch) {
674 __ li(scratch, Operand(ref));
675 __ Ld(scratch, MemOperand(scratch));
676 __ Dsubu(scratch, stack_pointer, scratch);
677 __ Sd(scratch, MemOperand(frame_pointer(), kRegExpStackBasePointer));
681 Register scratch) {
686 __ li(scratch, Operand(ref));
687 __ Ld(scratch, MemOperand(scratch));
688 __ Daddu(stack_pointer_out, stack_pointer_out, scratch);
689 StoreRegExpStackPointerToMemory(stack_pointer_out, scratch);
1180 void RegExpMacroAssemblerMIPS::CallCheckStackGuardState(Register scratch) {
1187 __ mov(scratch, sp);
1191 __ Sd(scratch, MemOperand(sp));