Lines Matching defs:loop
139 Label loop;
140 __ bind(&loop);
143 __ j(not_zero, &loop);
686 Comment(";;; B%d - LOOP entry", label->block_id());
2478 // Loop through the arguments pushing them onto the execution
2480 NearLabel invoke, loop;
2484 __ bind(&loop);
2487 __ j(not_zero, &loop);
3913 // (Unroll copy loop once for better throughput).