Home | History | Annotate | Download | only in aarch32

Lines Matching defs:loop

145 // It used to generate a loop over an instruction.
679 // A loop will be generated for each element of this array.
916 // Generate a loop for each element in `kTests`. Each loop tests one specific
929 Label loop;
953 __ Bind(&loop);
965 // Loop back until `input_ptr` is lower than `input_base`.
968 __ B(ne, &loop);