Lines Matching defs:loop
7127 Label loop;
7128 __ Bind(&loop);
7138 __ b(&loop, NE);
7152 Label loop, success;
7153 __ Bind(&loop);
7163 // proper value for the code that follows the loop, i.e. not `EQ`.
7165 __ b(&loop, HS);
7393 Label loop;
7394 __ Bind(&loop);
7408 __ b(&loop, NE);
7422 Label loop;
7423 __ Bind(&loop);
7437 // Otherwise, jump to the beginning of the loop.
7438 __ b(&loop);
7505 // Loop through the iftable and check if any class matches.
7517 // Compare the classes and continue the loop if they do not match.