Lines Matching defs:all_tests
56 * The 'test' functions (via all_tests[]) are wrappers of single asm instns
68 * all_tests[i] holds insn tests
3833 static test_table_t all_tests[] = {
7360 for (i=0; all_tests[i].name != NULL; i++) {
7361 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7368 type = all_tests[i].flags & PPC_TYPE;
7376 family = all_tests[i].flags & PPC_FAMILY;
7384 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7385 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7388 tests = all_tests[i].tests;
7438 printf("%s:\n", all_tests[i].name);
7443 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags);