Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

230     Label loop;
231 __ bind(&loop);
260 // Compare to end of match, and loop if not done.
262 __ j(below, &loop);
391 Label loop;
392 __ bind(&loop);
407 __ j(below, &loop);
760 } else { // Unroll the loop.