Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

166       Label loop;
167 __ bind(&loop);
170 __ j(not_zero, &loop);
721 Comment(";;; B%d - LOOP entry", label->block_id());
2656 // Loop through the arguments pushing them onto the execution
2658 Label invoke, loop;
2662 __ bind(&loop);
2665 __ j(not_zero, &loop);
4611 // (Unroll copy loop once for better throughput).