Home | History | Annotate | Download | only in ia32

Lines Matching refs:loop

2176   Label loop;
2177 __ bind(&loop);
2183 __ j(not_zero, &loop);
2584 // start. This means that loop ends when index reaches zero, which
2594 // Compare loop.
2595 Label loop;
2596 __ bind(&loop);
2601 __ j(not_zero, &loop);
3118 // Generate an unrolled loop that performs a few probes before
3503 // Polymorphic, we have to loop from 2 to N
3741 // Polymorphic, we have to loop from 2 to N
3918 // Polymorphic, we have to loop from 0 to N - 1
4668 Label loop, done_loop;
4670 __ bind(&loop);
4679 __ jmp(&loop);
4904 // We loop from right to left.
4914 // eax = loop variable (tagged)
5057 Label loop, done_loop;
5059 __ bind(&loop);
5068 __ jmp(&loop);