Home | History | Annotate | Download | only in mips64

Lines Matching refs:loop

145   Label done_loop, loop;
146 __ bind(&loop);
213 __ Branch(&loop, eq, a4, Operand(at));
215 __ jmp(&loop);
221 __ jmp(&loop);
566 Label loop, entry;
569 __ bind(&loop);
575 __ Branch(&loop, greater_equal, t0, Operand(zero_reg));
733 Label done_loop, loop;
734 __ bind(&loop);
738 __ Branch(&loop);
780 Label done_loop, loop;
781 __ bind(&loop);
785 __ Branch(USE_DELAY_SLOT, &loop);
898 // Copy arguments to the stack in a loop.
901 Label loop, entry;
906 __ bind(&loop);
912 __ Branch(&loop, ne, s0, Operand(a6));
1043 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1045 // Continue loop if not done.
1597 // Loop through the chain of inheriting function templates.
1854 Label loop;
1858 __ bind(&loop);
1862 __ Branch(&loop, ne, a2, Operand(sp));
2163 Label done, loop;
2164 __ bind(&loop);
2170 __ Branch(&loop);
2441 Label loop, done_loop;
2443 __ bind(&loop);
2451 __ Branch(&loop);
2457 Label loop, done_loop;
2461 __ bind(&loop);
2469 __ Branch(&loop);
2607 Label loop, done_loop;
2609 __ bind(&loop);
2617 __ Branch(&loop);
2623 Label loop, done_loop;
2627 __ bind(&loop);
2635 __ Branch(&loop);