Home | History | Annotate | Download | only in ia32

Lines Matching defs:loop

1814   Label loop, entry;
1816 bind(&loop);
1821 j(below, &loop, Label::kNear);
1867 Label done, loop;
1869 bind(&loop);
1874 jmp(&loop);
2024 // to avoid its trashing and let the following loop copy it to the right
2038 // the copying loop.
2049 // TODO(ishell): Unroll copying loop for small immediate values.
2054 Label loop, entry;
2056 bind(&loop);
2062 j(not_equal, &loop, Label::kNear);
3183 // Loop based on the map going up the prototype chain.