Lines Matching refs:kScratchReg

21 #define kScratchReg r11  macro
127 kScratchReg); in Generate()
142 kScratchReg); in Generate()
322 i.InputRegister(1), kScratchReg, r0); \
325 i.InputInt32(1), kScratchReg, r0); \
334 i.InputRegister(1), kScratchReg, r0); \
337 -i.InputInt32(1), kScratchReg, r0); \
391 const Register scratch = kScratchReg; \
402 __ PrepareCallCFunction(0, 2, kScratchReg); \
714 __ LoadP(kScratchReg, in AssembleArchInstruction()
716 __ cmp(cp, kScratchReg); in AssembleArchInstruction()
730 __ LoadP(kScratchReg, in AssembleArchInstruction()
732 __ cmp(cp, kScratchReg); in AssembleArchInstruction()
752 __ PrepareCallCFunction(num_parameters, kScratchReg); in AssembleArchInstruction()
892 __ subfic(kScratchReg, i.InputRegister(1), Operand(32)); in AssembleArchInstruction()
893 __ rotlw(i.OutputRegister(), i.InputRegister(0), kScratchReg, in AssembleArchInstruction()
903 __ subfic(kScratchReg, i.InputRegister(1), Operand(64)); in AssembleArchInstruction()
904 __ rotld(i.OutputRegister(), i.InputRegister(0), kScratchReg, in AssembleArchInstruction()
1218 kScratchReg, in AssembleArchInstruction()
1486 __ li(kScratchReg, Operand::Zero()); in AssembleArchBoolean()
1487 __ isel(cond, reg, reg, kScratchReg, cr); in AssembleArchBoolean()
1531 __ mov_label_addr(kScratchReg, table); in AssembleArchTableSwitch()
1533 __ LoadPX(kScratchReg, MemOperand(kScratchReg, r0)); in AssembleArchTableSwitch()
1534 __ Jump(kScratchReg); in AssembleArchTableSwitch()
1678 Register temp = kScratchReg; in AssembleMove()
1686 destination->IsRegister() ? g.ToRegister(destination) : kScratchReg; in AssembleMove()
1731 __ LoadDoubleLiteral(dst, value, kScratchReg); in AssembleMove()
1768 Register temp = kScratchReg; in AssembleSwap()
1788 Register temp_0 = kScratchReg; in AssembleSwap()