Home | History | Annotate | Download | only in x64

Lines Matching defs:loop

164       Label loop;
165 __ bind(&loop);
168 __ j(not_zero, &loop);
686 Comment(";;; B%d - LOOP entry", label->block_id());
2612 // Loop through the arguments pushing them onto the execution
2614 Label invoke, loop;
2618 __ bind(&loop);
2621 __ j(not_zero, &loop);
4374 // (Unroll copy loop once for better throughput).