Lines Matching defs:loop
140 // Setup state for loop
145 Label done_loop, loop;
147 __ bind(&loop);
201 __ b(cond_done, &loop);
206 __ bne(&loop);
212 __ b(&loop);
219 __ b(&loop);
623 Label loop, no_args;
628 __ bind(&loop);
632 __ bdnz(&loop);
799 Label loop, done_loop;
809 __ bind(&loop);
811 __ bdnz(&loop);
846 Label loop, done_loop;
850 __ bind(&loop);
853 __ bdnz(&loop);
969 // Copy arguments to the stack in a loop.
973 Label loop, entry;
978 __ bind(&loop);
985 __ bne(&loop);
1132 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1133 Label loop, no_args;
1138 __ bind(&loop);
1140 __ bdnz(&loop);
1199 Label loop;
1202 __ bind(&loop);
1205 __ bdnz(&loop);
1792 // Loop through the chain of inheriting function templates.
2024 Label loop;
2029 __ bind(&loop);
2033 __ bdnz(&loop);
2311 Label loop, no_args;
2317 __ bind(&loop);
2320 __ bdnz(&loop);
2594 Label skip, loop;
2599 __ bind(&loop);
2603 __ bdnz(&loop);
2609 Label loop;
2613 __ bind(&loop);
2617 __ bdnz(&loop);