Searched refs:popcount_optab (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c2337 t0 = expand_unop_direct (word_mode, popcount_optab,
2340 t1 = expand_unop_direct (word_mode, popcount_optab,
2456 if (optab_handler (popcount_optab, wider_mode) != CODE_FOR_nothing)
2467 temp = expand_unop (wider_mode, popcount_optab, xop0, NULL_RTX,
2831 if (unoptab == popcount_optab
2846 || optab_handler (popcount_optab, word_mode) != CODE_FOR_nothing)
3066 || unoptab == clrsb_optab || unoptab == popcount_optab
H A Dtree-scalar-evolution.c3421 if (optab_handler (popcount_optab,
3434 && (optab_handler (popcount_optab, word_mode)
H A Dbuiltins.c8073 subtarget, popcount_optab);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc2781 t0 = expand_unop_direct (word_mode, popcount_optab,
2784 t1 = expand_unop_direct (word_mode, popcount_optab,
2900 if (optab_handler (popcount_optab, wider_mode) != CODE_FOR_nothing)
2911 temp = expand_unop (wider_mode, popcount_optab, xop0, NULL_RTX,
3278 if (unoptab == popcount_optab
3293 || optab_handler (popcount_optab, word_mode) != CODE_FOR_nothing)
3516 || unoptab == clrsb_optab || unoptab == popcount_optab
H A Dtree-scalar-evolution.cc3413 if (optab_handler (popcount_optab,
3426 && (optab_handler (popcount_optab, word_mode)
H A Dbuiltins.cc7331 subtarget, popcount_optab);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c6687 set_optab_libfunc (popcount_optab,SImode, CSKY_GCC_SYM (popcountsi2));
6688 set_optab_libfunc (popcount_optab,DImode, CSKY_GCC_SYM (popcountdi2));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc7198 set_optab_libfunc (popcount_optab,SImode, CSKY_GCC_SYM (popcountsi2));
7199 set_optab_libfunc (popcount_optab,DImode, CSKY_GCC_SYM (popcountdi2));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc3778 set_optab_libfunc (popcount_optab, TImode, "__popcountti2");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c5462 set_optab_libfunc (popcount_optab, DImode, "__popcountdi2");

Completed in 648 milliseconds