/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | ordered.c | 346 unsigned int shift_count = 0; in gomp_doacross_init() local 350 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_init() 351 shift_count += bits[i - 1]; in gomp_doacross_init() 602 unsigned int shift_count = 0; in gomp_doacross_ull_init() local 606 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_ull_init() 607 shift_count += bits[i - 1]; in gomp_doacross_ull_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | ordered.c | 346 unsigned int shift_count = 0; in gomp_doacross_init() local 350 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_init() 351 shift_count += bits[i - 1]; in gomp_doacross_init() 602 unsigned int shift_count = 0; in gomp_doacross_ull_init() local 606 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_ull_init() 607 shift_count += bits[i - 1]; in gomp_doacross_ull_init()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | command.c | 66 extern int shift_count; 2045 shift_count = number; in commands() 2047 number = (shift_count > 0) ? in commands() 2048 shift_count : sc_width / 2; in commands() 2060 shift_count = number; in commands() 2062 number = (shift_count > 0) ? in commands() 2063 shift_count : sc_width / 2; in commands()
|
H A D | optfunc.c | 53 extern int shift_count; 249 shift_count = hs; in opt_shift() 257 parg.p_int = shift_count; in opt_shift() 278 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
|
H A D | opttbl.c | 54 public int shift_count; /* Number of positions to shift horizontally */ variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lower-subreg.cc | 1372 int shift_count = INTVAL (XEXP (op, 1)); in resolve_shift_zext() local 1373 if (shift_count > BITS_PER_WORD) in resolve_shift_zext() 1377 shift_count - BITS_PER_WORD, in resolve_shift_zext()
|
H A D | optabs.cc | 1848 int shift_count, left_shift, outof_word; in expand_binop() local 1867 shift_count = INTVAL (op1); in expand_binop() 1883 if (shift_count == BITS_PER_WORD) in expand_binop() 1896 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1899 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1902 if (shift_count > BITS_PER_WORD) in expand_binop() 1904 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop() 1905 second_shift_count = 2 * BITS_PER_WORD - shift_count; in expand_binop() 1909 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop() 1910 second_shift_count = shift_count; in expand_binop()
|
H A D | combine.cc | 12038 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local 12041 mask &= (mask >> shift_count) << shift_count; in simplify_comparison() 12043 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison() 12713 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local 12718 && CONST_INT_P (shift_count) in simplify_comparison() 12722 << INTVAL (shift_count)))) in simplify_comparison() 12725 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count); in simplify_comparison()
|
H A D | ChangeLog-2005 | 20680 ASHIFT into MULT, multiply by 1 << shift_count instead of 20681 1 << log2 (shift_count).
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lower-subreg.c | 1361 int shift_count = INTVAL (XEXP (op, 1)); in resolve_shift_zext() local 1362 if (shift_count > BITS_PER_WORD) in resolve_shift_zext() 1366 shift_count - BITS_PER_WORD, in resolve_shift_zext()
|
H A D | optabs.c | 1528 int shift_count, left_shift, outof_word; in expand_binop() local 1547 shift_count = INTVAL (op1); in expand_binop() 1563 if (shift_count == BITS_PER_WORD) in expand_binop() 1576 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1579 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1582 if (shift_count > BITS_PER_WORD) in expand_binop() 1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop() 1585 second_shift_count = 2 * BITS_PER_WORD - shift_count; in expand_binop() 1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop() 1590 second_shift_count = shift_count; in expand_binop()
|
H A D | combine.c | 12143 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local 12146 mask &= (mask >> shift_count) << shift_count; in simplify_comparison() 12148 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison() 12819 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local 12824 && CONST_INT_P (shift_count) in simplify_comparison() 12828 << INTVAL (shift_count)))) in simplify_comparison() 12831 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count); in simplify_comparison()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.cc | 1900 const int shift_count = entry->rhs; in tilepro_expand_constant_multiply_given_sequence() local 1901 gcc_assert (shift_count > 0 && shift_count < 32); in tilepro_expand_constant_multiply_given_sequence() 1906 gen_rtx_CONST_INT (SImode, shift_count))); in tilepro_expand_constant_multiply_given_sequence()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.c | 1900 const int shift_count = entry->rhs; in tilepro_expand_constant_multiply_given_sequence() local 1901 gcc_assert (shift_count > 0 && shift_count < 32); in tilepro_expand_constant_multiply_given_sequence() 1906 gen_rtx_CONST_INT (SImode, shift_count))); in tilepro_expand_constant_multiply_given_sequence()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 2149 const int shift_count = entry->rhs; in tilegx_expand_constant_multiply_given_sequence() local 2150 gcc_assert (shift_count > 0 && shift_count < 64); in tilegx_expand_constant_multiply_given_sequence() 2155 gen_rtx_CONST_INT (DImode, shift_count))); in tilegx_expand_constant_multiply_given_sequence()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.cc | 2150 const int shift_count = entry->rhs; in tilegx_expand_constant_multiply_given_sequence() local 2151 gcc_assert (shift_count > 0 && shift_count < 64); in tilegx_expand_constant_multiply_given_sequence() 2156 gen_rtx_CONST_INT (DImode, shift_count))); in tilegx_expand_constant_multiply_given_sequence()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh.md | 3085 const rtx shift_count = GEN_INT (INTVAL (operands[2]) - 1); 3093 if (sh_lshrsi_clobbers_t_reg_p (shift_count) 3094 && ! sh_dynamicalize_shift_p (shift_count)) 3125 rtx shift_insn = gen_lshrsi3 (shift_result, operands[1], shift_count); 3186 const rtx shift_count = GEN_INT (INTVAL (operands[2]) - 1); 3195 if (sh_ashlsi_clobbers_t_reg_p (shift_count) 3196 && ! sh_dynamicalize_shift_p (shift_count)) 3226 rtx shift_insn = gen_ashlsi3 (shift_result, operands[1], shift_count);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh.md | 3085 const rtx shift_count = GEN_INT (INTVAL (operands[2]) - 1); 3093 if (sh_lshrsi_clobbers_t_reg_p (shift_count) 3094 && ! sh_dynamicalize_shift_p (shift_count)) 3125 rtx shift_insn = gen_lshrsi3 (shift_result, operands[1], shift_count); 3186 const rtx shift_count = GEN_INT (INTVAL (operands[2]) - 1); 3195 if (sh_ashlsi_clobbers_t_reg_p (shift_count) 3196 && ! sh_dynamicalize_shift_p (shift_count)) 3226 rtx shift_insn = gen_ashlsi3 (shift_result, operands[1], shift_count);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 14988 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body() local 14991 if (REG_P (shift_count)) in ix86_dep_by_shift_count_body() 14996 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body() 14998 else if (REGNO(set_dest) == REGNO(shift_count)) in ix86_dep_by_shift_count_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 15566 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body() local 15569 if (REG_P (shift_count)) in ix86_dep_by_shift_count_body() 15574 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body() 15576 else if (REGNO(set_dest) == REGNO(shift_count)) in ix86_dep_by_shift_count_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 2783 int shift_count) in sparc_emit_set_const64_quick2() argument 2804 GEN_INT (shift_count)))); in sparc_emit_set_const64_quick2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 2779 int shift_count) in sparc_emit_set_const64_quick2() argument 2800 GEN_INT (shift_count)))); in sparc_emit_set_const64_quick2()
|