Lines Matching defs:loop
82 Label loop, entry;
85 __ bind(&loop);
94 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg));
452 Label done_loop, loop;
453 __ bind(&loop);
460 __ Branch(&loop);
1049 // of the loop.
1374 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1376 // Continue loop if not done.
2178 Label loop, done;
2180 __ bind(&loop);
2185 __ Branch(&loop, lt, old_sp, Operand(end));
2239 Label done, push, loop;
2249 __ bind(&loop);
2258 __ Branch(&loop, ne, scratch, Operand(sp));
2336 Label loop;
2337 __ bind(&loop);
2346 __ Branch(&loop, ne, a7, Operand(zero_reg));
2513 Label loop, done_loop;
2517 __ bind(&loop);
2523 __ Branch(&loop);
3616 // Outer loop state: a4 = current "FrameDescription** output_",
3623 // Inner loop state: a2 = current FrameDescription*, a3 = loop index.