Home | History | Annotate | Download | only in mips

Lines Matching defs:loop

142   Label done_loop, loop;
144 __ bind(&loop);
210 __ jmp(&loop);
213 __ jmp(&loop);
219 __ jmp(&loop);
616 Label loop, entry;
619 __ bind(&loop);
625 __ Branch(&loop, greater_equal, t4, Operand(zero_reg));
787 // Copy arguments to the stack in a loop.
790 Label loop, entry;
795 __ bind(&loop);
801 __ Branch(&loop, ne, s0, Operand(t2));
899 Label done_loop, loop;
900 __ bind(&loop);
904 __ Branch(&loop);
946 Label done_loop, loop;
947 __ bind(&loop);
951 __ Branch(USE_DELAY_SLOT, &loop);
1102 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1104 // Continue loop if not done.
1764 // Loop through the chain of inheriting function templates.
1982 Label loop;
1986 __ bind(&loop);
1990 __ Branch(&loop, ne, a2, Operand(sp));
2262 Label done, loop;
2263 __ bind(&loop);
2269 __ Branch(&loop);
2543 Label loop, done_loop;
2545 __ bind(&loop);
2553 __ Branch(&loop);
2559 Label loop, done_loop;
2563 __ bind(&loop);
2571 __ Branch(&loop);
2707 Label loop, done_loop;
2709 __ bind(&loop);
2717 __ Branch(&loop);
2723 Label loop, done_loop;
2727 __ bind(&loop);
2735 __ Branch(&loop);