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

/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp5.c567 all_tests[] = variable
586 while ((func = all_tests[i].test_category)) {
587 aTest = all_tests[i];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 aTest = all_tests[i];
H A Dtest_isa_2_06_part1.c2138 static test_table_t all_tests[] = { { &test_ldst, variable
2174 while ((func = all_tests[i].test_category)) {
2175 aTest = all_tests[i];
H A Dtest_isa_2_06_part2.c1678 all_tests[] = variable
1716 while ((func = all_tests[i].test_category)) {
1717 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1541 all_tests[] = variable
1568 while ((func = all_tests[i].test_category)) {
1569 aTest = all_tests[i];
H A Djm-insns.c56 * 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[] = { variable
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[
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c600 all_tests[] = variable
617 while ((func = all_tests[i].test_category)) {
618 aTest = all_tests[i];
H A Dtest_dfp1.c476 all_tests[] = variable
495 while ((func = all_tests[i].test_category)) {
496 aTest = all_tests[i];
H A Dtest_dfp2.c642 all_tests[] = variable
666 while ((func = all_tests[i].test_category)) {
667 aTest = all_tests[i];
H A Dtest_dfp5.c567 all_tests[] = variable
586 while ((func = all_tests[i].test_category)) {
587 aTest = all_tests[i];
H A Dtest_dfp3.c1229 all_tests[] = variable
1254 while ((func = all_tests[i].test_category)) {
1255 aTest = all_tests[i];
H A Dtest_isa_2_06_part1.c2138 static test_table_t all_tests[] = { { &test_ldst, variable
2174 while ((func = all_tests[i].test_category)) {
2175 aTest = all_tests[i];
H A Dtest_isa_2_06_part2.c1678 all_tests[] = variable
1716 while ((func = all_tests[i].test_category)) {
1717 aTest = all_tests[i];
H A Dtest_isa_2_06_part3.c1541 all_tests[] = variable
1568 while ((func = all_tests[i].test_category)) {
1569 aTest = all_tests[i];
H A Djm-insns.c56 * 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[] = { variable
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[
[all...]
/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);

Completed in 237 milliseconds