Home | History | Annotate | Download | only in aarch32

Lines Matching defs:loop

151 // It used to generate a loop over an instruction.
320 // A loop will be generated for each element of this array.
575 // Generate a loop for each element in `kTests`. Each loop tests one specific
588 Label loop;
613 __ Bind(&loop);
645 // Loop back until `input_ptr` is lower than `input_base`.
648 __ B(ne, &loop);