Lines Matching refs:kScratchReg
21 #define kScratchReg r9 macro
181 __ vmov(result_, std::numeric_limits<double>::quiet_NaN(), kScratchReg); in Generate()
425 __ ldr(kScratchReg, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction()
426 __ cmp(cp, kScratchReg); in AssembleArchInstruction()
440 __ ldr(kScratchReg, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction()
441 __ cmp(cp, kScratchReg); in AssembleArchInstruction()
459 __ PrepareCallCFunction(num_parameters, kScratchReg); in AssembleArchInstruction()
778 __ PrepareCallCFunction(0, 2, kScratchReg); in AssembleArchInstruction()
1194 Register temp = kScratchReg; in AssembleMove()
1202 destination->IsRegister() ? g.ToRegister(destination) : kScratchReg; in AssembleMove()
1253 __ vmov(dst, src.ToFloat64(), kScratchReg); in AssembleMove()
1290 Register temp = kScratchReg; in AssembleSwap()
1306 Register temp_0 = kScratchReg; in AssembleSwap()
1331 Register temp_0 = kScratchReg; in AssembleSwap()