Home | History | Annotate | Download | only in mips

Lines Matching refs:loop

496   // Generate an unrolled loop that performs a few probes before giving up.
1281 Label loop, end;
1285 bind(&loop);
1289 Branch(&loop, ne, mask, Operand(zero_reg), USE_DELAY_SLOT);
3331 Label loop, entry;
3333 bind(&loop);
3337 Branch(&loop, lt, start_offset, Operand(end_offset));
5283 // Preload a couple of values used in the loop.
5316 // Load the prototype from the map and loop if non-null.