Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 – 15 of 15) sorted by relevance

/dragonfly/bin/mined/
H A Dmined1.c532 if (line->shift_count & DUMMY) { in WT()
697 int cnt = get_shift(line->shift_count) * -SHIFT_SIZE; in count_chars()
744 if(line->shift_count>0) { in move()
745 line->shift_count=0; in move()
755 if(line->shift_count>0) { in move()
756 line->shift_count=0; in move()
787 line->shift_count += shift; in move()
810 int nx = get_shift(line->shift_count) * -SHIFT_SIZE; in find_x()
829 int tx = get_shift(line->shift_count) * -SHIFT_SIZE; in find_address()
962 line->shift_count=0; in display()
[all …]
H A Dmined2.c139 if (x == 0 && get_shift(cur_line->shift_count) == 0) {/* Begin of line */ in LF()
746 if (get_shift(start_line->shift_count)) { in delete()
749 if (shift >= get_shift(start_line->shift_count)) in delete()
750 start_line->shift_count = 0; in delete()
752 start_line->shift_count -= shift; in delete()
1839 tail->prev->shift_count = DUMMY; in dummy_line()
H A Dmined.h135 unsigned char shift_count; member
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dordered.c327 unsigned int shift_count = 0; in gomp_doacross_init() local
331 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_init()
332 shift_count += bits[i - 1]; in gomp_doacross_init()
562 unsigned int shift_count = 0; in gomp_doacross_ull_init() local
566 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_ull_init()
567 shift_count += bits[i - 1]; in gomp_doacross_ull_init()
/dragonfly/contrib/less/
H A Dcommand.c64 extern int shift_count;
2027 shift_count = number; in commands()
2029 number = (shift_count > 0) ? in commands()
2030 shift_count : sc_width / 2; in commands()
2042 shift_count = number; in commands()
2044 number = (shift_count > 0) ? in commands()
2045 shift_count : sc_width / 2; in commands()
H A Doptfunc.c51 extern int shift_count;
247 shift_count = hs; in opt_shift()
255 parg.p_int = shift_count; in opt_shift()
276 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
H A Dopttbl.c51 public int shift_count; /* Number of positions to shift horizontally */ variable
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlower-subreg.c1045 int shift_count = INTVAL (XEXP (op, 1)); in resolve_shift_zext() local
1046 if (shift_count > BITS_PER_WORD) in resolve_shift_zext()
1050 shift_count - BITS_PER_WORD, in resolve_shift_zext()
H A Doptabs.c1808 int shift_count, left_shift, outof_word; in expand_binop() local
1825 shift_count = INTVAL (op1); in expand_binop()
1841 if (shift_count == BITS_PER_WORD) in expand_binop()
1854 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1857 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1860 if (shift_count > BITS_PER_WORD) in expand_binop()
1862 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1863 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count); in expand_binop()
1867 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1868 second_shift_count = GEN_INT (shift_count); in expand_binop()
H A Dcombine.c11145 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local
11148 mask &= (mask >> shift_count) << shift_count; in simplify_comparison()
11150 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison()
11807 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local
11812 && CONST_INT_P (shift_count) in simplify_comparison()
11816 << INTVAL (shift_count)))) in simplify_comparison()
11819 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count); in simplify_comparison()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlower-subreg.c1300 int shift_count = INTVAL (XEXP (op, 1)); in resolve_shift_zext() local
1301 if (shift_count > BITS_PER_WORD) in resolve_shift_zext()
1305 shift_count - BITS_PER_WORD, in resolve_shift_zext()
H A Doptabs.c1486 int shift_count, left_shift, outof_word; in expand_binop() local
1503 shift_count = INTVAL (op1); in expand_binop()
1519 if (shift_count == BITS_PER_WORD) in expand_binop()
1532 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1535 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop()
1538 if (shift_count > BITS_PER_WORD) in expand_binop()
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1541 second_shift_count = 2 * BITS_PER_WORD - shift_count; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1546 second_shift_count = shift_count; in expand_binop()
H A Dcombine.c12019 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local
12022 mask &= (mask >> shift_count) << shift_count; in simplify_comparison()
12024 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison()
12694 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local
12699 && CONST_INT_P (shift_count) in simplify_comparison()
12703 << INTVAL (shift_count)))) in simplify_comparison()
12706 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count); in simplify_comparison()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c17253 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body() local
17256 if (REG_P (shift_count) in ix86_dep_by_shift_count_body()
17257 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c21663 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body() local
21666 if (REG_P (shift_count)) in ix86_dep_by_shift_count_body()
21671 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body()
21673 else if (REGNO(set_dest) == REGNO(shift_count)) in ix86_dep_by_shift_count_body()