Home | History | Annotate | Download | only in mips64

Lines Matching defs:loop

142   Label done_loop, loop;
144 __ bind(&loop);
208 __ Branch(&loop, eq, a4, Operand(at));
210 __ jmp(&loop);
216 __ jmp(&loop);
610 Label loop, entry;
613 __ bind(&loop);
619 __ Branch(&loop, greater_equal, t0, Operand(zero_reg));
775 Label done_loop, loop;
776 __ bind(&loop);
780 __ Branch(&loop);
822 Label done_loop, loop;
823 __ bind(&loop);
827 __ Branch(USE_DELAY_SLOT, &loop);
937 // Copy arguments to the stack in a loop.
940 Label loop, entry;
945 __ bind(&loop);
951 __ Branch(&loop
1094 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1096 // Continue loop if not done.
1757 // Loop through the chain of inheriting function templates.
1976 Label loop;
1980 __ bind(&loop);
1984 __ Branch(&loop, ne, a2, Operand(sp));
2258 Label done, loop;
2259 __ bind(&loop);
2265 __ Branch(&loop);
2537 Label loop, done_loop;
2539 __ bind(&loop);
2547 __ Branch(&loop);
2553 Label loop, done_loop;
2557 __ bind(&loop);
2565 __ Branch(&loop);
2700 Label loop, done_loop;
2702 __ bind(&loop);
2710 __ Branch(&loop);
2716 Label loop, done_loop;
2720 __ bind(&loop);
2728 __ Branch(&loop);