Home | History | Annotate | Download | only in aarch32

Lines Matching defs:loop

206 // It used to generate a loop over an instruction.
1079 // A loop will be generated for each element of this array.
1516 // Generate a loop for each element in `kTests`. Each loop tests one specific
1529 Label loop;
1553 __ Bind(&loop);
1621 // Loop back until `input_ptr` is lower than `input_base`.
1624 __ B(ne, &loop);