Home | History | Annotate | Download | only in mips

Lines Matching refs:a3

122   // sltu at, sp, t0 / slt at, a3, zero_reg (in case of count based interrupts)
171 patcher.masm()->slt(at, a3, zero_reg);
800 // Get the address of the location in the code object if possible (a3) (return
804 __ mov(a3, zero_reg);
808 __ mov(a3, ra);
812 __ mov(a3, ra);
820 // Pass four arguments in a0 to a3 and fifth & sixth arguments on stack.
825 // a3: code address or 0 already loaded.
880 __ Addu(a3, a1, Operand(FrameDescription::frame_content_offset()));
884 __ sw(t0, MemOperand(a3, 0));
886 __ addiu(a3, a3, sizeof(uint32_t)); // In delay slot.
909 // Inner loop state: a2 = current FrameDescription*, a3 = loop index.
911 __ lw(a3, MemOperand(a2, FrameDescription::frame_size_offset()));
913 __ Subu(a3, a3, Operand(sizeof(uint32_t)));
914 __ Addu(t2, a2, Operand(a3));
917 __ Branch(&inner_push_loop, ne, a3, Operand(zero_reg));