Home | History | Annotate | Download | only in mips

Lines Matching defs:loop

2513     Label loop, end;
2517 bind(&loop);
2521 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT);
4512 Label loop, entry;
4514 bind(&loop);
4518 Branch(&loop, ult, current_address, Operand(end_address));
4785 // overwritten by the copying loop.
4793 // so they must be pre-decremented in the loop.
4795 Label loop, entry;
4797 bind(&loop);
4803 Branch(&loop, ne, sp, Operand(src_reg));
5043 Label done, loop;
5045 bind(&loop);
5050 Branch(&loop);
6642 // Loop based on the map going up the prototype chain.