Searched refs:seln_flags (Results 1 – 4 of 4) sorted by relevance
1882 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument1897 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 …]
7474 static void do_tests ( insn_sel_flags_t seln_flags, in do_tests() argument7491 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 …]