Home | History | Annotate | Download | only in aarch32

Lines Matching defs:loop

181 // It used to generate a loop over an instruction.
817 // A loop will be generated for each element of this array.
1111 // Generate a loop for each element in `kTests`. Each loop tests one specific
1124 Label loop;
1149 __ Bind(&loop);
1183 // Loop back until `input_ptr` is lower than `input_base`.
1186 __ B(ne, &loop);