Lines Matching defs:loop
3936 vixl::aarch64::Label loop, success;
3937 __ Bind(&loop);
3947 __ B(ne, &loop);
3964 vixl::aarch64::Label loop, success;
3965 __ Bind(&loop);
3974 __ Cbnz(out, &loop);
4185 vixl::aarch64::Label loop;
4186 __ Bind(&loop);
4199 __ B(ne, &loop);
4213 vixl::aarch64::Label loop;
4214 __ Bind(&loop);
4226 // back at the beginning of the loop.
4227 __ Cbnz(temp, &loop);
4294 // Loop through the iftable and check if any class matches.
4303 // Compare the classes and continue the loop if they do not match.