Home
last modified time | relevance | path

Searched refs:ctz_hwi (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h166 extern int ctz_hwi (unsigned HOST_WIDE_INT x);
199 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
251 return pow2p_hwi (x) ? ctz_hwi (x) : -1; in exact_log2()
H A Dhwint.c86 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
H A Ddouble-int.c1077 bits += ctz_hwi (w); in trailing_zeros()
H A Dexplow.c712 ca = ctz_hwi (INTVAL (c)) * BITS_PER_UNIT; in force_reg()
H A Dwide-int.cc2120 return i * HOST_BITS_PER_WIDE_INT + ctz_hwi (x.val[i]); in ctz()
H A Dexpmed.c3099 m = ctz_hwi (q); in synth_mult()
3122 m = ctz_hwi (q); in synth_mult()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhwint.h166 extern int ctz_hwi (unsigned HOST_WIDE_INT x);
199 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
251 return pow2p_hwi (x) ? ctz_hwi (x) : -1; in exact_log2()
H A Dhwint.cc86 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
H A Dira-int.h767 int off = ctz_hwi (i->word); in minmax_set_iter_cond()
1383 int off = ctz_hwi (word); in ira_object_conflict_iter_cond()
H A Ddouble-int.cc1077 bits += ctz_hwi (w); in trailing_zeros()
H A Dexplow.cc736 ca = ctz_hwi (INTVAL (c)) * BITS_PER_UNIT; in force_reg()
H A Dwide-int.cc2121 return i * HOST_BITS_PER_WIDE_INT + ctz_hwi (x.val[i]); in ctz()
H A Dexpmed.cc3115 m = ctz_hwi (q); in synth_mult()
3138 m = ctz_hwi (q); in synth_mult()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Dpredicates.md95 int val0 = ctz_hwi (INTVAL (op));
H A Driscv.c418 int shift = ctz_hwi (value); in riscv_build_integer_1()
4683 int min = ctz_hwi (STACK_BOUNDARY / 8); in riscv_option_override()
H A Driscv.md1818 operands[2] = GEN_INT (ctz_hwi (INTVAL (operands[2])));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dpredicates.md100 int val0 = ctz_hwi (INTVAL (op));
H A Driscv.cc468 int shift = ctz_hwi (value); in riscv_build_integer_1()
489 int trailing_ones = ctz_hwi (~value); in riscv_build_integer_1()
509 int upper_trailing_ones = ctz_hwi (~value >> 32); in riscv_build_integer_1()
3685 rtx newop = GEN_INT (ctz_hwi (INTVAL (op))); in riscv_print_operand()
3691 rtx newop = GEN_INT (ctz_hwi (~INTVAL (op))); in riscv_print_operand()
5055 int min = ctz_hwi (STACK_BOUNDARY / 8); in riscv_option_override()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.md5911 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[3])));
5914 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[4])));
5938 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[3])));
5941 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[4])));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.md6024 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[3])));
6027 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[4])));
6051 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[3])));
6054 operands[3] = GEN_INT (ctz_hwi (~INTVAL (operands[4])));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc1091 int shift = ctz_hwi (srcval); in xtensa_emit_move_sequence()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc7898 for (unsigned i = REG_RA; sa_mask != 0; i = ctz_hwi(sa_mask)) in alpha_expand_prologue()
8222 for (unsigned i = REG_RA; sa_mask != 0; i = ctz_hwi(sa_mask)) in alpha_expand_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c7893 for (unsigned i = REG_RA; sa_mask != 0; i = ctz_hwi(sa_mask)) in alpha_expand_prologue()
8217 for (unsigned i = REG_RA; sa_mask != 0; i = ctz_hwi(sa_mask)) in alpha_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc11639 else if (floor_log2 (contents) - ctz_hwi (contents) < (int)nelt) /* shrp */ in expand_vec_perm_interleave_2()
11641 unsigned shift = ctz_hwi (contents); in expand_vec_perm_interleave_2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c11639 else if (floor_log2 (contents) - ctz_hwi (contents) < (int)nelt) /* shrp */ in expand_vec_perm_interleave_2()
11641 unsigned shift = ctz_hwi (contents); in expand_vec_perm_interleave_2()

12