Lines Matching defs:loop
147 // It used to generate a loop over an instruction.
210 // A loop will be generated for each element of this array.
1602 // Generate a loop for each element in `kTests`. Each loop tests one specific
1615 Label loop;
1637 __ Bind(&loop);
1667 // Loop back until `input_ptr` is lower than `input_base`.
1670 __ B(ne, &loop);