Lines Matching refs: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:
7480 test_loop_t *loop;
7518 /* Select the test loop */
7521 loop = &int_loops[nb_args - 1];
7524 loop = &misc_loops[0];
7528 loop = &float_loops[nb_args - 1];
7539 loop = &tmpl;
7548 loop = &altivec_int_loops[nb_args - 1];
7557 loop = &altivec_float_loops[nb_args - 1];
7575 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags);