Home | History | Annotate | Download | only in mips64

Lines Matching refs:loop

2369   Label loop_entry, loop;
2372 __ bind(&loop);
2378 __ Branch(&loop, lt, dest, Operand(limit));
2722 // Compare loop.
2736 // the last comparion performed in the loop above.
2752 // start. This means that loop ends when index reaches zero, which
2763 // Compare loop.
2764 Label loop;
2765 __ bind(&loop);
2772 __ Branch(&loop, ne, index, Operand(zero_reg));
3322 // Generate an unrolled loop that performs a few probes before
4728 Label loop, done_loop;
4730 __ bind(&loop);
4736 __ Branch(&loop);
4940 // We loop from right to left.
4953 // t1 = loop variable (tagged)
5084 Label loop, done_loop;
5086 __ bind(&loop);
5092 __ Branch(&loop);