Lines Matching refs:loop
3179 vixl::Label loop, success;
3180 __ Bind(&loop);
3186 __ B(ne, &loop);
3196 vixl::Label loop, success;
3197 __ Bind(&loop);
3202 __ Cbnz(out, &loop);
3374 vixl::Label loop, compare_classes;
3375 __ Bind(&loop);
3395 __ B(ne, &loop);
3401 vixl::Label loop;
3402 __ Bind(&loop);
3410 // back at the beginning of the loop.
3411 __ Cbnz(temp, &loop);