Lines Matching defs:loop
2271 // Compare loop.
2283 // the last comparion performed in the loop above.
2308 // start. This means that loop ends when index reaches zero, which
2318 // Compare loop.
2319 Label loop;
2320 __ bind(&loop);
2327 __ bne(&loop);
2865 // Generate an unrolled loop that performs a few probes before
4041 Label loop;
4044 __ bind(&loop);
4047 __ bdnz(&loop);
4284 // We loop from right to left.
4430 Label loop, done_loop;
4434 __ bind(&loop);
4437 __ bdnz(&loop);