Lines Matching defs:scratch
615 Register src, Register scratch) {
618 __ li(scratch, ref);
619 __ St_d(src, MemOperand(scratch, 0));
623 Register scratch) {
626 __ li(scratch, ref);
627 __ Ld_d(scratch, MemOperand(scratch, 0));
628 __ Sub_d(scratch, stack_pointer, scratch);
629 __ St_d(scratch, MemOperand(frame_pointer(), kRegExpStackBasePointer));
633 Register stack_pointer_out, Register scratch) {
638 __ li(scratch, ref);
639 __ Ld_d(scratch, MemOperand(scratch, 0));
640 __ Add_d(stack_pointer_out, stack_pointer_out, scratch);
641 StoreRegExpStackPointerToMemory(stack_pointer_out, scratch);
1113 void RegExpMacroAssemblerLOONG64::CallCheckStackGuardState(Register scratch) {
1120 __ mov(scratch, sp);
1124 __ St_d(scratch, MemOperand(sp, 0));