Lines Matching refs:scratch2
1429 Register scratch1, Register scratch2) {
1434 Addu(scratch2, left_high, right_high);
1435 Addu(dst_high, scratch2, scratch3);
1441 Register scratch1, Register scratch2) {
1448 Addu(scratch2, left_high, dst_high);
1449 Addu(dst_high, scratch2, scratch3);
1456 Register scratch1, Register scratch2) {
1461 Subu(scratch2, left_high, right_high);
1462 Subu(dst_high, scratch2, scratch3);
1489 Register scratch1, Register scratch2) {
1492 Mulu(scratch2, scratch1, left_low, right_low);
1494 Addu(scratch2, scratch2, scratch3);
1496 Addu(dst_high, scratch2, scratch3);
1503 Register scratch2) {
1509 Nor(scratch2, zero_reg, scratch3);
1511 srlv(scratch1, scratch1, scratch2);
1560 Register scratch2) {
1566 Nor(scratch2, zero_reg, scratch3);
1568 sllv(scratch1, scratch1, scratch2);
1617 Register scratch2) {
1623 Nor(scratch2, zero_reg, scratch3);
1625 sllv(scratch1, scratch1, scratch2);
1769 Register scratch2 = t9;
1778 li(scratch2, kBinary32SignMask);
1779 Xor(scratch1, scratch1, scratch2);
1795 Register scratch2 = t9;
1805 li(scratch2, HeapNumber::kSignMask);
1806 Xor(scratch1, scratch1, scratch2);
1985 Register scratch2 = t9;
2000 Move(at, scratch2, dst);
2001 or_(at, at, scratch2);
2648 Register scratch2 = t8;
2650 li(scratch2, B0);
2651 And(scratch, scratch, scratch2);
2653 li(scratch2, B1);
2654 And(rd, scratch, scratch2);
2656 And(scratch, scratch, scratch2);
2660 li(scratch2, B2);
2661 And(rd, rd, scratch2);
4167 Register scratch2, PushArrayOrder order) {
4168 DCHECK(!AreAliased(array, size, scratch, scratch2));
4174 Lsa(scratch2, array, scratch, kPointerSizeLog2);
4175 Lw(scratch2, MemOperand(scratch2));
4176 push(scratch2);
4184 Lsa(scratch2, array, scratch, kPointerSizeLog2);
4185 Lw(scratch2, MemOperand(scratch2));
4186 push(scratch2);
4319 Register scratch2,
4331 sll(scratch2, num_args, kPointerSizeLog2);
4333 Branch(stack_overflow, le, scratch1, Operand(scratch2));
4617 Register scratch2 = t9;
4630 Mul(overflow, scratch2, left, right_reg);
4631 sra(scratch, scratch2, 31);
4633 mov(dst, scratch2);
4695 Register scratch2) {
4699 li(scratch2, ExternalReference::Create(counter));
4700 lw(scratch1, MemOperand(scratch2));
4702 sw(scratch1, MemOperand(scratch2));
4708 Register scratch2) {
4712 li(scratch2, ExternalReference::Create(counter));
4713 lw(scratch1, MemOperand(scratch2));
4715 sw(scratch1, MemOperand(scratch2));