Lines Matching defs:loop
84 Label loop, entry;
87 __ bind(&loop);
96 __ Branch(&loop, greater_equal, scratch, Operand(zero_reg));
729 Label done_loop, loop;
730 __ bind(&loop);
736 __ Branch(&loop);
986 // of the loop.
1302 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1304 // Continue loop if not done.
2028 Label loop, done;
2030 __ bind(&loop);
2035 __ Branch(&loop, lt, old_sp, Operand(end));
2083 Label done, push, loop;
2085 __ bind(&loop);
2095 __ Branch(&loop);
2163 Label loop;
2164 __ bind(&loop);
2171 __ Branch(&loop, ne, t2, Operand(zero_reg));
2320 Label loop, done_loop;
2323 __ bind(&loop);
2329 __ Branch(&loop);
2496 Label loop, done_loop;
2499 __ bind(&loop);
2505 __ Branch(&loop);
3381 // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
3386 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
3388 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
3488 // Here we have less than 32 bytes to copy. Set up for a loop to copy
3491 // all the word chunks have been copied. We will loop, incrementing a0
3548 // loop, incrementing a0 and a1 until a0 equals a3.
3788 // Less than 32 bytes to copy. Set up for a loop to
3966 // Outer loop state: t0 = current "FrameDescription** output_",
3973 // Inner loop state: a2 = current FrameDescription*, a3 = loop index.