Home | History | Annotate | Download | only in ppc

Lines Matching defs:loop

1313   // overwritten by the copying loop.
1320 // so they must be pre-decremented in the loop.
1322 Label loop;
1329 bind(&loop);
1332 bdnz(&loop);
2296 Label done, loop;
2298 bind(&loop);
2303 b(&loop);
3098 Label loop;
3100 bind(&loop);
3103 bdnz(&loop);
4511 // Loop based on the map going up the prototype chain.