Lines Matching refs:kScratchReg2
922 __ li(kScratchReg2, alignment); in AssembleArchInstruction()
923 __ Dsubu(kScratchReg2, kScratchReg2, Operand(kScratchReg)); in AssembleArchInstruction()
924 __ Daddu(i.OutputRegister(), i.OutputRegister(), kScratchReg2); in AssembleArchInstruction()
1576 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction()
1577 __ Movn(i.OutputRegister(), kScratchReg, kScratchReg2); in AssembleArchInstruction()
1583 Register result = kScratchReg2; in AssembleArchInstruction()
1611 Register result = kScratchReg2; in AssembleArchInstruction()
3762 __ sra(kScratchReg2, i.OutputRegister(), 31); in AssembleBranchToLabels()
3763 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels()
3866 __ srl(kScratchReg2, i.OutputRegister(), 31); in AssembleBranchPoisoning()
3867 __ xor_(kScratchReg2, kScratchReg, kScratchReg2); in AssembleBranchPoisoning()
3871 kScratchReg2); in AssembleBranchPoisoning()
3874 __ LoadZeroIfConditionZero(kSpeculationPoisonRegister, kScratchReg2); in AssembleBranchPoisoning()
3884 __ Slt(kScratchReg2, kScratchReg, zero_reg); in AssembleBranchPoisoning()
3888 kScratchReg2); in AssembleBranchPoisoning()
3891 __ LoadZeroIfConditionZero(kSpeculationPoisonRegister, kScratchReg2); in AssembleBranchPoisoning()
4019 __ srl(kScratchReg2, i.OutputRegister(), 31); in AssembleArchBoolean()
4020 __ xor_(result, kScratchReg, kScratchReg2); in AssembleArchBoolean()
4391 __ slt(kScratchReg2, t0, kScratchReg); in AssembleReturn()
4392 __ movn(t0, kScratchReg, kScratchReg2); in AssembleReturn()
4581 Register temp_1 = kScratchReg2; in AssembleSwap()