Lines Matching refs:t8
687 ASSERT(!rt.is(t8) && !rs.is(t8));
689 srl(t8, rt, pos + size);
691 // be saved is on the right side of t8.
692 sll(at, t8, pos + size);
695 sll(t8, rt, 32 - pos);
696 // t8 now contains the right chunk on the left and zeroes.
697 srl(t8, t8, 32 - pos);
698 // t8 now contains the right chunk on
700 or_(rt, at, t8);
703 sll(t8, rs, 32 - size);
704 // t8 now contains the chunk from rs on the left and zeroes.
705 srl(t8, t8, 32 - size - pos);
706 // t8 now contains the original chunk from rs in
708 or_(rt, rt, t8);
728 ASSERT(!rs.is(t8));
730 // Save rs's MSB to t8
731 And(t8, rs, 0x80000000);
744 Branch(&conversion_done, eq, t8, Operand(zero_reg));
2450 LoadRoot(t8, Heap::kTheHoleValueRootIndex);
2451 Branch(miss, eq, result, Operand(t8));
2846 li(t8, Operand(Smi::FromInt(type)));
2851 sw(t8, MemOperand(sp, 1 * kPointerSize));
2870 sll(t8, a0, kPointerSizeLog2);
2871 addu(hold_argv, sp, t8);
2878 addu(t9, sp, t8);
2895 li(t8, Operand(CodeObject()));
2896 Push(t8); // Accessed from ExitFrame::code_slot.
2899 li(t8, Operand(ExternalReference(Isolate::k_c_entry_fp_address, isolate())));
2900 sw(fp, MemOperand(t8));
2901 li(t8, Operand(ExternalReference(Isolate::k_context_address, isolate())));
2902 sw(cp, MemOperand(t8));
2949 li(t8, Operand(ExternalReference(Isolate::k_c_entry_fp_address, isolate())));
2950 sw(zero_reg, MemOperand(t8));
2953 li(t8, Operand(ExternalReference(Isolate::k_context_address, isolate())));
2954 lw(cp, MemOperand(t8));
2956 sw(a3, MemOperand(t8));
3020 andi(t8, sp, activation_frame_alignment - 1);
3021 Push(zero_reg, eq, t8, zero_reg);
3023 andi(t8, sp, activation_frame_alignment - 1);
3024 addiu(t8, t8, -4);
3025 Push(zero_reg, eq, t8, zero_reg);