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