Home | History | Annotate | Download | only in ppc

Lines Matching refs:loop

143   // Setup state for loop
148 Label done_loop, loop;
149 __ bind(&loop);
209 __ b(cond_done, &loop);
214 __ bne(&loop);
220 __ b(&loop);
227 __ b(&loop);
587 Label loop, no_args;
592 __ bind(&loop);
596 __ bdnz(&loop);
765 Label loop, done_loop;
775 __ bind(&loop);
777 __ bdnz(&loop);
812 Label loop, done_loop;
816 __ bind(&loop);
819 __ bdnz(&loop);
938 // Copy arguments to the stack in a loop.
942 Label loop, entry;
947 __ bind(&loop);
954 __ bne(&loop);
1088 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1089 Label loop, no_args;
1094 __ bind(&loop);
1096 __ bdnz(&loop);
1159 Label loop;
1162 __ bind(&loop);
1165 __ bdnz(&loop);
1619 // Loop through the chain of inheriting function templates.
1891 Label loop;
1897 __ bind(&loop);
1901 __ bdnz(&loop);
2206 Label loop, no_args;
2212 __ bind(&loop);
2215 __ bdnz(&loop);
2486 Label skip, loop;
2491 __ bind(&loop);
2495 __ bdnz(&loop);
2501 Label loop;
2505 __ bind(&loop);
2509 __ bdnz(&loop);