Lines Matching defs:loop
170 // It used to generate a loop over an instruction.
1833 // A loop will be generated for each element of this array.
2133 // Generate a loop for each element in `kTests`. Each loop tests one specific
2146 Label loop;
2174 __ Bind(&loop);
2210 // Loop back until `input_ptr` is lower than `input_base`.
2213 __ B(ne, &loop);