Lines Matching defs:loop
110 /* The following section prior to loop: figures out whether */
112 /* The main loop count is then set up to reflect the number of */
134 mtctr %r10 /* dword count for loop */
137 b in /* To the loop */
139 loop: /* main loop */
156 bdnz+ loop /* Do more DW's if cnt > 0 */
181 * the full-word compare loop.
184 li %r3, 8 /* loop count */
199 lbz %r6, 0(%r11) /* byte copy loop */