Home | History | Annotate | Download | only in x87

Lines Matching refs:loop

229     Label loop;
230 __ bind(&loop);
259 // Compare to end of match, and loop if not done.
261 __ j(below, &loop);
390 Label loop;
391 __ bind(&loop);
406 __ j(below, &loop);
759 } else { // Unroll the loop.