Home | History | Annotate | Download | only in mips

Lines Matching refs:temp3

80     Register temp3 = t2;
87 __ Push(temp3, temp2, temp1);
90 temp1, temp2, temp3);
91 __ Pop(temp3, temp2, temp1);
530 Register temp3) {
538 ASSERT(!temp1.is(temp3));
539 ASSERT(!temp2.is(temp3));
544 __ li(temp3, Operand(ExternalReference::math_exp_constants(0)));
546 __ ldc1(double_scratch1, ExpConstant(0, temp3));
549 __ ldc1(double_scratch2, ExpConstant(1, temp3));
552 __ ldc1(double_scratch1, ExpConstant(3, temp3));
553 __ ldc1(result, ExpConstant(4, temp3));
558 __ ldc1(result, ExpConstant(6, temp3));
559 __ ldc1(double_scratch2, ExpConstant(5, temp3));
565 __ ldc1(double_scratch2, ExpConstant(7, temp3));
577 // Must not call ExpConstant() after overwriting temp3!
578 __ li(temp3, Operand(ExternalReference::math_exp_log_table()));
580 __ Addu(temp3, temp3, Operand(at));
581 __ lw(temp2, MemOperand(temp3, 0));
582 __ lw(temp3, MemOperand(temp3, kPointerSize));
584 if (temp2.code() < temp3.code()) {
586 __ Or(temp1, temp3, at);
591 __ Move(double_scratch1, temp3, temp1);
601 __ ldc1(result, ExpConstant(2, temp3));