Home | History | Annotate | Download | only in x87

Lines Matching defs:loop

1755   Label loop, entry;
1757 bind(&loop);
1762 j(below, &loop, Label::kNear);
1808 Label done, loop;
1810 bind(&loop);
1815 jmp(&loop);
1964 // to avoid its trashing and let the following loop copy it to the right
1978 // the copying loop.
1989 // TODO(ishell): Unroll copying loop for small immediate values.
1994 Label loop, entry;
1996 bind(&loop);
2002 j(not_equal, &loop, Label::kNear);
3030 // Loop based on the map going up the prototype chain.