Lines Matching defs:loop
152 // It used to generate a loop over an instruction.
1070 // A loop will be generated for each element of this array.
1411 // Generate a loop for each element in `kTests`. Each loop tests one specific
1424 Label loop;
1448 __ Bind(&loop);
1480 // Loop back until `input_ptr` is lower than `input_base`.
1483 __ B(ne, &loop);