| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | libgcc2.h | 317 #define __ctzSI2 __NW(ctz,2) 323 #define __ctzDI2 __NDW(ctz,2)
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | libgcc2.h | 320 #define __ctzSI2 __NW(ctz,2) 326 #define __ctzDI2 __NDW(ctz,2)
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs.def | 167 OPTAB_NL(ctz_optab, "ctz$a2", CTZ, "ctz", '2', gen_int_libfunc)
|
| HD | wide-int.cc | 2059 wi::ctz (const wide_int_ref &x) in ctz() function in wi 2117 return eq_p (x, 0) ? 0 : ctz (x) + 1; in ffs() 2125 return ctz (x) + 1 == int (precision); in only_sign_bit_p()
|
| HD | internal-fn.def | 224 DEF_INTERNAL_INT_FN (CTZ, ECF_CONST | ECF_NOTHROW, ctz, unary)
|
| HD | tree-ssa-ccp.c | 1464 int r1tz = wi::ctz (r1val | r1mask); in bit_value_binop() 1465 int r2tz = wi::ctz (r2val | r2mask); in bit_value_binop()
|
| HD | fold-const-call.c | 884 tmp = wi::ctz (arg); in fold_const_call_ss()
|
| HD | match.pd | 2235 /* (CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1) 2236 (CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1) 2241 (with { int cand = wi::ctz (wi::to_wide (@2)) - wi::ctz (wi::to_wide (@0)); }
|
| HD | dwarf2out.c | 13945 int ctz = ctz_hwi (i); in int_loc_descriptor() local 13952 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 5 in int_loc_descriptor() 13958 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in int_loc_descriptor() 13983 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in int_loc_descriptor() 13987 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 16 in int_loc_descriptor() 13993 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 32 in int_loc_descriptor() 14199 int clz, ctz; in size_of_int_loc_descriptor() local 14207 ctz = ctz_hwi (i); in size_of_int_loc_descriptor() 14208 if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 5 in size_of_int_loc_descriptor() 14212 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in size_of_int_loc_descriptor() [all …]
|
| HD | tree-vrp.c | 2228 n = wi::ctz (w); in extract_range_from_binary_expr_1() 2233 m = wi::ctz (w) - n; in extract_range_from_binary_expr_1()
|
| HD | builtins.def | 848 DEF_GCC_BUILTIN (BUILT_IN_CTZ, "ctz", BT_FN_INT_UINT, ATTR_CONST_NOTHROW_LEAF_LIST)
|
| HD | simplify-rtx.c | 907 in_bits -= wi::ctz (wi::uhwi (nonzero, in_prec)); in exact_int_to_float_conversion_p() 1890 int_value = wi::ctz (op0); in simplify_const_unary_operation()
|
| HD | wide-int.h | 597 int ctz (const wide_int_ref &);
|
| HD | tree.c | 2655 ret1 = wi::ctz (wi::to_wide (expr)); in tree_ctz() 2658 ret1 = wi::ctz (get_nonzero_bits (expr)); in tree_ctz() 11275 return build_int_cst (TREE_TYPE (x), wi::ctz (wi::to_wide (x))); in num_ending_zeros()
|
| HD | tree-ssa-loop-niter.c | 927 - wi::ctz (wi::to_wide (s)), false); in number_of_iterations_ne_max()
|
| HD | rtl.def | 659 DEF_RTL_EXPR(CTZ, "ctz", "e", RTX_UNARY)
|
| HD | fold-const.c | 9079 int tz = wi::ctz (y); in mask_with_tz()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dwarf2out.c | 10361 int ctz = ctz_hwi (i); in int_loc_descriptor() local 10368 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 5 in int_loc_descriptor() 10374 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in int_loc_descriptor() 10381 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in int_loc_descriptor() 10387 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 16 in int_loc_descriptor() 10394 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 32 in int_loc_descriptor() 10455 int clz, ctz; in size_of_int_loc_descriptor() local 10463 ctz = ctz_hwi (i); in size_of_int_loc_descriptor() 10464 if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 5 in size_of_int_loc_descriptor() 10468 else if (clz + ctz >= HOST_BITS_PER_WIDE_INT - 8 in size_of_int_loc_descriptor() [all …]
|
| HD | builtins.def | 642 DEF_GCC_BUILTIN (BUILT_IN_CTZ, "ctz", BT_FN_INT_UINT, ATTR_CONST_NOTHROW_LEAF_LIST)
|
| HD | rtl.def | 630 DEF_RTL_EXPR(CTZ, "ctz", "e", RTX_UNARY)
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.md | 13453 (ctz:SWI48 13487 (set (match_dup 0) (ctz:SI (match_dup 1)))]) 13511 (ctz:SWI48 (match_dup 1)))] 13521 (ctz:SWI48 (match_dup 1))) 13538 (ctz:SWI48 (match_dup 1))) 13554 (ctz:SWI48 (match_dup 1)))] 13563 (define_insn_and_split "ctz<mode>2" 13565 (ctz:SWI48 13586 (ctz:SWI48 (match_dup 1))) 13604 (define_insn "*ctz<mode>2_falsedep" [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | rtl.texi | 2399 @findex ctz 2400 @item (ctz:@var{m} @var{x}) 2405 @code{ctz(x)} is equivalent to @code{ffs(@var{x}) - 1}. The mode of
|
| HD | tm.texi | 10640 for @code{clz} or @code{ctz} with a zero operand. 10650 @code{ctz} at zero is assumed to be undefined. 10658 and @code{ctz} at zero do @emph{not} extend to the builtin functions
|
| HD | tm.texi.in | 10508 for @code{clz} or @code{ctz} with a zero operand. 10518 @code{ctz} at zero is assumed to be undefined. 10526 and @code{ctz} at zero do @emph{not} extend to the builtin functions
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | i386.md | 11977 (ctz:SWI48 (match_dup 1)))]) 12004 (set (match_dup 0) (ctz:SI (match_dup 1)))]) 12023 (ctz:SWI48 (match_dup 1)))] 12030 (define_insn "ctz<mode>2" 12032 (ctz:SWI248 (match_operand:SWI248 1 "nonimmediate_operand" "rm")))
|