Lines Matching refs:scratch2
79 Register scratch, Register scratch2,
86 __ CalcScaledAddress(scratch2, array, scratch, kSystemPointerSizeLog2);
87 __ Ld(scratch2, MemOperand(scratch2));
89 __ Ld(scratch2, MemOperand(scratch2));
91 __ push(scratch2);
196 Register scratch2 = temps.Acquire();
199 scratch, scratch2);
536 // Clobbers scratch1 and scratch2; preserves all other registers.
538 Register scratch1, Register scratch2) {
548 __ Sll64(scratch2, argc, kSystemPointerSizeLog2);
549 __ Branch(&okay, gt, scratch1, Operand(scratch2),
856 Register scratch2) {
869 Register scratch2) {
879 Register actual_params_size = scratch2;
915 Register scratch1, Register scratch2) {
922 DCHECK(!AreAliased(optimized_code_entry, a1, a3, scratch1, scratch2));
947 scratch1, scratch2);
995 Register scratch2, Register scratch3,
1019 __ And(scratch2, bytecode, Operand(1));
1020 __ Branch(&extra_wide, ne, scratch2, Operand(zero_reg),
1025 __ Add64(scratch2, bytecode_array, bytecode_offset);
1026 __ Lbu(bytecode, MemOperand(scratch2));
1034 __ Add64(scratch2, bytecode_array, bytecode_offset);
1035 __ Lbu(bytecode, MemOperand(scratch2));
1061 __ Add64(scratch2, bytecode_size_table, bytecode);
1062 __ Lb(scratch2, MemOperand(scratch2));
1063 __ Add64(bytecode_offset, bytecode_offset, scratch2);
1281 Register scratch2 = temps.Acquire();
1442 LeaveInterpreterFrame(masm, scratch, scratch2);
1498 ReplaceClosureCodeWithOptimizedCode(masm, a2, closure, scratch, scratch2);
2163 Register scratch2 = temps.Acquire();
2166 scratch2));
2168 Register new_space = scratch2;
2173 Register end = scratch2;
2974 Register scratch2 = GetRegisterThatIsNotOneOf(result_reg, scratch);
2975 Register scratch3 = GetRegisterThatIsNotOneOf(result_reg, scratch, scratch2);
2982 __ Push(scratch, scratch2, scratch3);
2999 Register input_high = scratch2;
3087 __ Pop(scratch, scratch2, scratch3);