Home | History | Annotate | Download | only in arm64

Lines Matching refs:loop

334     Label loop;
335 __ Bind(&loop);
357 __ B(lt, &loop);
485 Label loop;
486 __ Bind(&loop);
498 __ B(lt, &loop);
908 // We can unroll the loop here, we should not unroll for less than 2
936 Label loop, start;
947 __ Bind(&loop);
964 __ Cbnz(x11, &loop);
1291 // We should not unroll the loop for less than 2 registers.
1300 Label loop;
1302 __ Bind(&loop);
1306 __ Cbnz(x11, &loop);