Searched defs:three_args (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
H A D | test_isa_2_07_part1.c | 230 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args 1114 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct 1899 (nb_args == 3 && !seln_flags.three_args)){ 2055 flags.three_args = 1; 2109 printf(" three_args = %d\n", flags.three_args);
|
H A D | jm-insns.c | 7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct 7493 (nb_args == 3 && !seln_flags.three_args)) 7649 flags.three_args = 0; 7670 flags.three_args = 1; 7741 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) { 7744 flags.three_args = 1; 7783 flags.three_args = 1; 7855 printf(" three_args = %d\n", flags.three_args);
|
/external/valgrind/none/tests/ppc64/ |
H A D | test_isa_2_07_part1.c | 230 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args 1114 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct 1899 (nb_args == 3 && !seln_flags.three_args)){ 2055 flags.three_args = 1; 2109 printf(" three_args = %d\n", flags.three_args);
|
H A D | jm-insns.c | 7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct 7493 (nb_args == 3 && !seln_flags.three_args)) 7649 flags.three_args = 0; 7670 flags.three_args = 1; 7741 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) { 7744 flags.three_args = 1; 7783 flags.three_args = 1; 7855 printf(" three_args = %d\n", flags.three_args);
|
/external/valgrind/VEX/switchback/ |
H A D | test_ppc_jm1.c | 4333 static void do_tests (int one_arg, int two_args, int three_args, argument 4355 (nb_args == 3 && !three_args)) 4483 int one_arg = 0, two_args = 0, three_args = 0; local 4498 // three_args = 1; 4555 if (one_arg == 0 && two_args == 0 && three_args == 0) { 4558 three_args = 1; 4582 three_args=1; 4596 do_tests(one_arg, two_args, three_args,
|
Completed in 129 milliseconds