Home | History | Annotate | Download | only in ppc32

Lines Matching defs:loop

73  * // The main test loop:
91 * // finally, loop over all instn tests for this test:
124 * In a loop test, we may see:
126 * for imm... // loop over imm
136 * So in the loop test, if 'imm' is currently 9, and p[0] is:
7290 test_loop_t *loop;
7326 /* Select the test loop */
7329 loop = &int_loops[nb_args - 1];
7333 loop = &float_loops[nb_args - 1];
7344 loop = &tmpl;
7353 loop = &altivec_int_loops[nb_args - 1];
7362 loop = &altivec_float_loops[nb_args - 1];
7380 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags);