Lines Matching defs:loop
149 // It used to generate a loop over an instruction.
683 // A loop will be generated for each element of this array.
895 // Generate a loop for each element in `kTests`. Each loop tests one specific
908 Label loop;
932 __ Bind(&loop);
966 // Loop back until `input_ptr` is lower than `input_base`.
969 __ B(ne, &loop);