Searched refs:shift_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Doptfunc.c50 extern int shift_count;
230 shift_count = hs;
238 parg.p_int = shift_count;
259 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM;
H A Dcommand.c56 extern int shift_count;
1754 shift_count = number;
1756 number = (shift_count > 0) ?
1757 shift_count : sc_width / 2;
1766 shift_count = number;
1768 number = (shift_count > 0) ?
1769 shift_count : sc_width / 2;
H A Dopttbl.c49 public int shift_count; /* Number of positions to shift horizontally */ variable
/freebsd-9.3-release/contrib/gcc/
H A Doptabs.c1595 int shift_count, left_shift, outof_word;
1608 shift_count = INTVAL (op1);
1624 if (shift_count == BITS_PER_WORD)
1637 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1640 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1643 if (shift_count > BITS_PER_WORD)
1645 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD);
1646 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count);
1650 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count);
1651 second_shift_count = GEN_INT (shift_count);
1589 int shift_count, left_shift, outof_word; local
[all...]
H A Dcombine.c9628 int shift_count = INTVAL (XEXP (op0, 1));
9631 mask &= (mask >> shift_count) << shift_count;
9633 mask = (mask & (mask << shift_count)) >> shift_count;
10469 rtx shift_count = XEXP (XEXP (op0, 0), 1);
10474 && GET_CODE (shift_count) == CONST_INT
10477 == (HOST_WIDE_INT) 1 << INTVAL (shift_count))))
10481 gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count),
9588 int shift_count = INTVAL (XEXP (op0, 1)); local
10429 rtx shift_count = XEXP (XEXP (op0, 0), 1); local
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c1403 int shift_count)
1425 GEN_INT (shift_count))));
1396 sparc_emit_set_const64_quick2(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_immediate, int shift_count) argument

Completed in 136 milliseconds