Lines Matching defs:loop
632 // A(n unrolled) loop-based algorithm required 25 instructions.
638 // instructions compared to a loop-based algorithm which required 47
2093 MipsLabel loop;
2165 // Loop to compare strings 4 bytes at a time starting at the beginning of the string.
2167 __ Bind(&loop);
2175 __ Bgtz(temp1, &loop);
2178 // If loop does not result in returning false, we return true.
2689 MipsLabel loop;
2716 // Copy loop for compressed src, copying 1 character (8-bit) to (16-bit) at a time.
2734 __ Bind(&loop);
2740 __ Bnez(numChrs, &loop);
3060 MipsLabel loop;
3125 __ Bind(&loop);
3131 __ Bnez(count, &loop);