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
3821 static test_table_t all_tests[] = {
7298 for (i=0; all_tests[i].name != NULL; i++) {
7299 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7306 type = all_tests[i].flags & PPC_TYPE;
7313 family = all_tests[i].flags & PPC_FAMILY;
7321 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7322 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7325 tests = all_tests[i].tests;
7375 printf("%s:\n", all_tests[i].name);
7380 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags);