Searched refs:ctz_optab (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | optabs.h | 320 #define ctz_optab (optab_table[OTI_ctz]) macro
|
| D | optabs.c | 2710 if (unoptab == ffs_optab || unoptab == clz_optab || unoptab == ctz_optab in expand_unop() 5258 ctz_optab = init_optab (CTZ); in init_optabs() 5408 init_integral_libfuncs (ctz_optab, "ctz", '2'); in init_optabs()
|
| D | builtins.c | 5897 subtarget, ctz_optab); in expand_builtin()
|
| D | ChangeLog-2003 | 33888 (clz_optab, ctz_optab, popcount_optab, parity_optab): New. 33892 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and 33899 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
|