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

/freebsd-11.0-release/contrib/gcc/
H A Doptabs.h324 #define popcount_optab (optab_table[OTI_popcount]) macro
H A Doptabs.c2378 if (popcount_optab->handlers[(int) wider_mode].insn_code
2388 temp = expand_unop (wider_mode, popcount_optab, xop0, NULL_RTX,
2725 || unoptab == popcount_optab || unoptab == parity_optab)
5288 popcount_optab = init_optab (POPCOUNT);
5438 init_integral_libfuncs (popcount_optab, "popcount", '2');
H A Dbuiltins.c5940 subtarget, popcount_optab);

Completed in 143 milliseconds