Home | History | Annotate | Download | only in arm64

Lines Matching defs:loop

329     Label loop;
330 __ Bind(&loop);
352 __ B(lt, &loop);
448 Label loop;
449 __ Bind(&loop);
461 __ B(lt, &loop);
867 // We can unroll the loop here, we should not unroll for less than 2
895 Label loop, start;
906 __ Bind(&loop);
923 __ Cbnz(x11, &loop);
1243 // We should not unroll the loop for less than 2 registers.
1252 Label loop;
1254 __ Bind(&loop);
1258 __ Cbnz(x11, &loop);