Home | History | Annotate | Download | only in ppc32

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
3913 static test_table_t all_tests[] = {
7467 for (i=0; all_tests[i].name != NULL; i++) {
7468 nb_args = all_tests[i].flags & PPC_NB_ARGS;
7475 type = all_tests[i].flags & PPC_TYPE;
7483 family = all_tests[i].flags & PPC_FAMILY;
7492 if (((all_tests[i].flags & PPC_CR) && seln_flags.cr == 0) ||
7493 (!(all_tests[i].flags & PPC_CR) && seln_flags.cr == 1))
7496 tests = all_tests[i].tests;
7549 printf("%s:\n", all_tests[i].name);
7554 (*loop)(tests[j].name, tests[j].func, all_tests[i].flags);