Searched refs:three_args (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c230 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args
1121 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
1906 (nb_args == 3 && !seln_flags.three_args)){
2062 flags.three_args = 1;
2116 printf(" three_args = %d\n", flags.three_args);
H A Djm-insns.c7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
7493 (nb_args == 3 && !seln_flags.three_args))
7652 flags.three_args = 0;
7673 flags.three_args = 1;
7744 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) {
7747 flags.three_args = 1;
7787 flags.three_args = 1;
7888 printf(" three_args = %d\n", flags.three_args);
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c230 PPC_LDQX_ARGS = 0x0000000F, // family: ldst, three_args
1121 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
1906 (nb_args == 3 && !seln_flags.three_args)){
2062 flags.three_args = 1;
2116 printf(" three_args = %d\n", flags.three_args);
H A Djm-insns.c7468 int one_arg, two_args, three_args; member in struct:insn_sel_flags_t_struct
7493 (nb_args == 3 && !seln_flags.three_args))
7652 flags.three_args = 0;
7673 flags.three_args = 1;
7744 if (flags.one_arg == 0 && flags.two_args == 0 && flags.three_args == 0) {
7747 flags.three_args = 1;
7787 flags.three_args = 1;
7888 printf(" three_args = %d\n", flags.three_args);
H A Dtest_isa_3_0.c3811 unsigned int one_arg, two_args, three_args, four_args, cmp_args, ld_args, st_args, member in struct:insn_sel_flags_t_struct
3856 (nb_args == 3 && !seln_flags.three_args) ||
4189 flags.three_args = 1;
4306 printf(" three_args = %d\n", flags.three_args);

Completed in 210 milliseconds