Home | History | Annotate | Download | only in mips

Lines Matching refs:a3

174   // Get the address of the location in the code object (a3) (return
177 __ mov(a3, ra);
184 // Pass four arguments in a0 to a3 and fifth & sixth arguments on stack.
189 // a3: code address or 0 already loaded.
239 __ Addu(a3, a1, Operand(FrameDescription::frame_content_offset()));
245 __ sw(t0, MemOperand(a3, 0));
246 __ addiu(a3, a3, sizeof(uint32_t));
273 // Inner loop state: a2 = current FrameDescription*, a3 = loop index.
275 __ lw(a3, MemOperand(a2, FrameDescription::frame_size_offset()));
278 __ Subu(a3, a3, Operand(sizeof(uint32_t)));
279 __ Addu(t2, a2, Operand(a3));
283 __ Branch(&inner_push_loop, ne, a3, Operand(zero_reg));