Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

168     Label loop, entry;
171 __ bind(&loop);
175 __ j(greater_equal, &loop);
334 // Copy arguments to the stack in a loop.
335 Label loop, entry;
338 __ bind(&loop);
344 __ j(not_equal, &loop);
437 Label done_loop, loop;
438 __ bind(&loop);
442 __ jmp(&loop);
481 Label done_loop, loop;
483 __ bind(&loop);
489 __ jmp(&loop);
633 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
635 // Continue loop if not done.
1348 Label loop;
1350 __ bind(&loop);
1354 __ j(not_sign, &loop); // While non-negative (to copy return address).
1586 Label done_loop, loop;
1587 __ bind(&loop);
1679 __ jmp(&loop);
2096 Label done, loop;
2097 __ bind(&loop);
2103 __ jmp(&loop);
2373 Label loop;
2376 __ bind(&loop);
2381 __ j(less, &loop);
2386 Label loop;
2390 __ bind(&loop);
2396 __ j(greater, &loop);
2867 // Loop through the chain of inheriting function templates.