Home | History | Annotate | Download | only in x87

Lines Matching refs:loop

1374   // Generate an unrolled loop that performs a few probes before giving up.
1901 // Many variants of movsb, loop unrolling, word moves, and indexed operands
1903 // A simpler loop is faster on small copies, but 30% slower on large ones.
1968 Label loop, entry;
1970 bind(&loop);
1975 j(below, &loop, Label::kNear);
2021 Label done, loop;
2023 bind(&loop);
2028 jmp(&loop);
2190 // to avoid its trashing and let the following loop copy it to the right
2204 // the copying loop.
2215 // TODO(ishell): Unroll copying loop for small immediate values.
2220 Label loop, entry;
2222 bind(&loop);
2228 j(not_equal, &loop, Label::kNear);
3273 // Loop based on the map going up the prototype chain.