Lines Matching defs:loop
409 // A(n unrolled) loop-based algorithm requires 25 instructions.
412 // to a(n unrolled) loop based algorithm which requires 38 instructions.
1713 Mips64Label loop;
1780 // Loop to compare strings 8 bytes at a time starting at the beginning of the string.
1782 __ Bind(&loop);
1790 __ Bgtzc(temp1, &loop);
1793 // If loop does not result in returning false, we return true.
2040 Mips64Label loop;
2067 // Copy loop for compressed src, copying 1 character (8-bit) to (16-bit) at a time.
2085 __ Bind(&loop);
2091 __ Bnezc(numChrs, &loop);
2213 Mips64Label loop;
2278 __ Bind(&loop);
2284 __ Bnezc(count, &loop);