Lines Matching refs:loop
2655 // Compare loop.
2667 // the last comparion performed in the loop above.
2692 // start. This means that loop ends when index reaches zero, which
2702 // Compare loop.
2703 Label loop;
2704 __ bind(&loop);
2711 __ bne(&loop);
3249 // Generate an unrolled loop that performs a few probes before
4674 Label loop;
4677 __ bind(&loop);
4680 __ bdnz(&loop);
4917 // We loop from right to left.
5063 Label loop, done_loop;
5067 __ bind(&loop);
5070 __ bdnz(&loop);