Lines Matching refs:kScratchReg

21 #define kScratchReg kLithiumScratchReg  macro
185 __ srl(at, kScratchReg, 31); in Generate()
203 __ srl(at, kScratchReg, 31); in Generate()
345 __ addu(kScratchReg, i.InputRegister(2), offset); \
346 __ asm_instr(result, MemOperand(kScratchReg, 0)); \
363 __ addu(kScratchReg, i.InputRegister(2), offset); \
364 __ asm_instr(result, MemOperand(kScratchReg, 0)); \
381 __ addu(kScratchReg, i.InputRegister(3), offset); \
382 __ asm_instr(value, MemOperand(kScratchReg, 0)); \
400 __ addu(kScratchReg, i.InputRegister(3), offset); \
401 __ asm_instr(value, MemOperand(kScratchReg, 0)); \
414 __ cfc1(kScratchReg, FCSR); \
418 __ ctc1(kScratchReg, FCSR); \
422 __ Mfhc1(kScratchReg, i.InputDoubleRegister(0)); \
423 __ Ext(at, kScratchReg, HeapNumber::kExponentShift, \
440 __ cfc1(kScratchReg, FCSR); \
444 __ ctc1(kScratchReg, FCSR); \
451 __ mfc1(kScratchReg, i.InputDoubleRegister(0)); \
452 __ Ext(at, kScratchReg, kFloat32MantissaBits, kFloat32ExponentBits); \
524 __ lw(kScratchReg, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction()
525 __ Assert(eq, kWrongFunctionContext, cp, Operand(kScratchReg)); in AssembleArchInstruction()
538 __ lw(kScratchReg, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction()
539 __ Assert(eq, kWrongFunctionContext, cp, Operand(kScratchReg)); in AssembleArchInstruction()
556 __ PrepareCallCFunction(num_parameters, kScratchReg); in AssembleArchInstruction()
771 __ PrepareCallCFunction(0, 2, kScratchReg); in AssembleArchInstruction()
821 __ PrepareCallCFunction(0, 2, kScratchReg); in AssembleArchInstruction()
1268 __ And(kScratchReg, i.InputRegister(0), i.InputOperand(1)); in AssembleArchBoolean()
1269 __ Sltu(result, zero_reg, kScratchReg); in AssembleArchBoolean()
1309 __ Subu(kScratchReg, left, right); in AssembleArchBoolean()
1310 select = kScratchReg; in AssembleArchBoolean()
1560 Register temp = kScratchReg; in AssembleMove()
1568 destination->IsRegister() ? g.ToRegister(destination) : kScratchReg; in AssembleMove()
1654 Register temp = kScratchReg; in AssembleSwap()
1670 Register temp_0 = kScratchReg; in AssembleSwap()
1695 Register temp_0 = kScratchReg; in AssembleSwap()