Lines Matching defs:scratch
658 Register src, Register scratch) {
661 __ mov(scratch, Operand(ref));
662 __ str(src, MemOperand(scratch));
666 Register scratch) {
669 __ mov(scratch, Operand(ref));
670 __ ldr(scratch, MemOperand(scratch));
671 __ sub(scratch, stack_pointer, scratch);
672 __ str(scratch, MemOperand(frame_pointer(), kRegExpStackBasePointer));
676 Register scratch) {
681 __ mov(scratch, Operand(ref));
682 __ ldr(scratch, MemOperand(scratch));
683 __ add(stack_pointer_out, stack_pointer_out, scratch);
684 StoreRegExpStackPointerToMemory(stack_pointer_out, scratch);