Home
last modified time | relevance | path

Searched refs:seln_flags (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part1.c1882 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument
1897 if ((nb_args == 1 && !seln_flags.one_arg) || in do_tests()
1898 (nb_args == 2 && !seln_flags.two_args) || in do_tests()
1899 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
1904 if ((type == PPC_ARITH && !seln_flags.arith) || in do_tests()
1905 (type == PPC_LOGICAL && !seln_flags.logical) || in do_tests()
1906 (type == PPC_COMPARE && !seln_flags.compare) || in do_tests()
1907 (type == PPC_LDST && !seln_flags.ldst) || in do_tests()
1908 (type == PPC_MOV && !seln_flags.ldst) || in do_tests()
1909 (type == PPC_POPCNT && !seln_flags.arith)) { in do_tests()
[all …]
Djm-insns.c7474 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument
7491 if ((nb_args == 1 && !seln_flags.one_arg) || in do_tests()
7492 (nb_args == 2 && !seln_flags.two_args) || in do_tests()
7493 (nb_args == 3 && !seln_flags.three_args)) in do_tests()
7497 if ((type == PPC_ARITH && !seln_flags.arith) || in do_tests()
7498 (type == PPC_LOGICAL && !seln_flags.logical) || in do_tests()
7499 (type == PPC_COMPARE && !seln_flags.compare) || in do_tests()
7500 (type == PPC_LDST && !seln_flags.ldst) || in do_tests()
7501 (type == PPC_POPCNT && !seln_flags.arith)) in do_tests()
7505 if ((family == PPC_INTEGER && !seln_flags.integer) || in do_tests()
[all …]
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part1.c1882 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument
1897 if ((nb_args == 1 && !seln_flags.one_arg) || in do_tests()
1898 (nb_args == 2 && !seln_flags.two_args) || in do_tests()
1899 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
1904 if ((type == PPC_ARITH && !seln_flags.arith) || in do_tests()
1905 (type == PPC_LOGICAL && !seln_flags.logical) || in do_tests()
1906 (type == PPC_COMPARE && !seln_flags.compare) || in do_tests()
1907 (type == PPC_LDST && !seln_flags.ldst) || in do_tests()
1908 (type == PPC_MOV && !seln_flags.ldst) || in do_tests()
1909 (type == PPC_POPCNT && !seln_flags.arith)) { in do_tests()
[all …]
Djm-insns.c7474 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument
7491 if ((nb_args == 1 && !seln_flags.one_arg) || in do_tests()
7492 (nb_args == 2 && !seln_flags.two_args) || in do_tests()
7493 (nb_args == 3 && !seln_flags.three_args)) in do_tests()
7497 if ((type == PPC_ARITH && !seln_flags.arith) || in do_tests()
7498 (type == PPC_LOGICAL && !seln_flags.logical) || in do_tests()
7499 (type == PPC_COMPARE && !seln_flags.compare) || in do_tests()
7500 (type == PPC_LDST && !seln_flags.ldst) || in do_tests()
7501 (type == PPC_POPCNT && !seln_flags.arith)) in do_tests()
7505 if ((family == PPC_INTEGER && !seln_flags.integer) || in do_tests()
[all …]