Lines Matching defs:loop
207 // It used to generate a loop over an instruction.
1080 // A loop will be generated for each element of this array.
1518 // Generate a loop for each element in `kTests`. Each loop tests one specific
1531 Label loop;
1555 __ Bind(&loop);
1623 // Loop back until `input_ptr` is lower than `input_base`.
1626 __ B(ne, &loop);