Searched defs:two_args (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dround.c402 bool_t two_args = TRUE; local
518 if (two_args) printf(", %-13a", fB);
H A Dtest_isa_2_06_part3.c1455 Bool two_args = test_group.targs ? True : False; local
1472 if (two_args) {
1492 if (two_args) {
1507 if (two_args) {
1523 if (two_args) {
H A Dtest_isa_2_07_part1.c1114 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
1898 (nb_args == 2 && !seln_flags.two_args) ||
2054 flags.two_args = 1;
2108 printf(" two_args = %d\n", flags.two_args);
H A Djm-insns.c7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
7492 (nb_args == 2 && !seln_flags.two_args) ||
7648 flags.two_args = 0;
7667 flags.two_args = 1;
7741 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) {
7743 flags.two_args = 1;
7782 flags.two_args = 1;
7854 printf(" two_args = %d\n", flags.two_args);
/external/valgrind/none/tests/ppc64/
H A Dround.c402 bool_t two_args = TRUE; local
518 if (two_args) printf(", %-13a", fB);
H A Dtest_isa_2_06_part3.c1455 Bool two_args = test_group.targs ? True : False; local
1472 if (two_args) {
1492 if (two_args) {
1507 if (two_args) {
1523 if (two_args) {
H A Dtest_isa_2_07_part1.c1114 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
1898 (nb_args == 2 && !seln_flags.two_args) ||
2054 flags.two_args = 1;
2108 printf(" two_args = %d\n", flags.two_args);
H A Djm-insns.c7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
7492 (nb_args == 2 && !seln_flags.two_args) ||
7648 flags.two_args = 0;
7667 flags.two_args = 1;
7741 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) {
7743 flags.two_args = 1;
7782 flags.two_args = 1;
7854 printf(" two_args = %d\n", flags.two_args);
/external/valgrind/VEX/switchback/
H A Dtest_ppc_jm1.c4333 static void do_tests (int one_arg, int two_args, int three_args, argument
4354 (nb_args == 2 && !two_args) ||
4483 int one_arg = 0, two_args = 0, three_args = 0; local
4495 // two_args = 1;
4555 if (one_arg == 0 && two_args == 0 && three_args == 0) {
4557 two_args = 1;
4581 two_args=1;
4596 do_tests(one_arg, two_args, three_args,

Completed in 231 milliseconds