Home | History | Annotate | Download | only in optimizing

Lines Matching defs:loop

7183       vixl32::Label loop;
7184 __ Bind(&loop);
7194 __ B(ne, &loop, /* far_target */ false);
7208 vixl32::Label loop, success;
7209 __ Bind(&loop);
7219 // proper value for the code that follows the loop, i.e. not `eq`.
7221 __ B(hs, &loop, /* far_target */ false);
7461 vixl32::Label loop;
7462 __ Bind(&loop);
7476 __ B(ne, &loop, /* far_target */ false);
7490 vixl32::Label loop;
7491 __ Bind(&loop);
7505 // Otherwise, jump to the beginning of the loop.
7506 __ B(&loop);
7573 // Loop through the iftable and check if any class matches.
7583 // Compare the classes and continue the loop if they do not match.