/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hwint.h | 166 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 D | hwint.c | 86 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
|
H A D | double-int.c | 1077 bits += ctz_hwi (w); in trailing_zeros()
|
H A D | explow.c | 712 ca = ctz_hwi (INTVAL (c)) * BITS_PER_UNIT; in force_reg()
|
H A D | wide-int.cc | 2120 return i * HOST_BITS_PER_WIDE_INT + ctz_hwi (x.val[i]); in ctz()
|
H A D | expmed.c | 3099 m = ctz_hwi (q); in synth_mult() 3122 m = ctz_hwi (q); in synth_mult()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hwint.h | 166 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 D | hwint.cc | 86 ctz_hwi (unsigned HOST_WIDE_INT x) in ctz_hwi() function
|
H A D | ira-int.h | 767 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 D | double-int.cc | 1077 bits += ctz_hwi (w); in trailing_zeros()
|
H A D | explow.cc | 736 ca = ctz_hwi (INTVAL (c)) * BITS_PER_UNIT; in force_reg()
|
H A D | wide-int.cc | 2121 return i * HOST_BITS_PER_WIDE_INT + ctz_hwi (x.val[i]); in ctz()
|
H A D | expmed.cc | 3115 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 D | predicates.md | 95 int val0 = ctz_hwi (INTVAL (op));
|
H A D | riscv.c | 418 int shift = ctz_hwi (value); in riscv_build_integer_1() 4683 int min = ctz_hwi (STACK_BOUNDARY / 8); in riscv_option_override()
|
H A D | riscv.md | 1818 operands[2] = GEN_INT (ctz_hwi (INTVAL (operands[2])));
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | predicates.md | 100 int val0 = ctz_hwi (INTVAL (op));
|
H A D | riscv.cc | 468 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 D | aarch64.md | 5911 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 D | aarch64.md | 6024 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 D | xtensa.cc | 1091 int shift = ctz_hwi (srcval); in xtensa_emit_move_sequence()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 7898 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 D | alpha.c | 7893 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 D | ia64.cc | 11639 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 D | ia64.c | 11639 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()
|