Searched defs:all_tests (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3316 static test_table_t all_tests[] = { variable
4352 for (i = 0; all_tests[i].name != NULL; i++) {
4353 nb_args = all_tests[i].flags & PPC_NB_ARGS;
4360 type = all_tests[i].flags & PPC_TYPE;
4366 family = all_tests[i].flags & PPC_FAMILY;
4374 if (((all_tests[i].flags & PPC_CR) && cr == 0) ||
4375 (!(all_tests[i].flags & PPC_CR) && cr == 1))
4378 tests = all_tests[i].tests;
4440 vexxx_printf( "%s:\n", all_tests[i].name);
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c56 * 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[] = { variable
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[
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c56 * 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[] = { variable
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[
[all...]

Completed in 136 milliseconds