Lines Matching defs:loop
589 // Copy 2 values every loop to use ldp/stp.
599 Label loop, entry, done_copying_arguments;
601 __ Bind(&loop);
606 __ B(gt, &loop);
721 // Copy arguments to the stack in a loop, in reverse order.
724 Label loop, entry;
729 __ Bind(&loop);
735 __ B(ne, &loop);
1154 { Label loop;
1159 __ Bind(&loop);
1163 __ B(ge, &loop);
1313 Label entry, loop;
1318 __ Bind(&loop);
1334 // Test if the copy loop has finished copying all the elements from the
1339 __ B(ne, &loop);
1341 // At the end of the loop, the number of arguments is stored in 'current',