Home | History | Annotate | Download | only in mips

Lines Matching refs:loop

676   // Generate an unrolled loop that performs a few probes before giving up.
2611 Label loop, end;
2615 bind(&loop);
2619 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT);
4680 Label loop, entry;
4682 bind(&loop);
4686 Branch(&loop, ult, current_address, Operand(end_address));
5036 // overwritten by the copying loop.
5044 // so they must be pre-decremented in the loop.
5046 Label loop, entry;
5048 bind(&loop);
5054 Branch(&loop, ne, sp, Operand(src_reg));
5294 Label done, loop;
5296 bind(&loop);
5301 Branch(&loop);
6821 // Loop based on the map going up the prototype chain.