Searched refs:shift_count (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/usr.bin/less/ |
| H A D | optfunc.c | 57 int shift_count; /* Number of positions to shift horizontally */ variable 195 shift_count = hs; in opt_shift() 202 parg.p_int = shift_count; in opt_shift() 224 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
|
| H A D | command.c | 47 extern int shift_count; 1596 shift_count = number; in commands() 1598 number = (shift_count > 0) ? in commands() 1599 shift_count : sc_width / 2; in commands() 1608 shift_count = number; in commands() 1610 number = (shift_count > 0) ? in commands() 1611 shift_count : sc_width / 2; in commands()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | doloop.c | 683 int shift_count; local 685 shift_count = exact_log2 (abs_loop_inc); 686 if (shift_count < 0) 697 diff, GEN_INT (shift_count),
|
| H A D | optabs.c | 1003 int shift_count, left_shift, outof_word; local 1012 shift_count = INTVAL (op1); 1028 if (shift_count >= BITS_PER_WORD) 1032 GEN_INT (shift_count - BITS_PER_WORD), 1070 GEN_INT (BITS_PER_WORD - shift_count), 1121 int shift_count, left_shift, outof_word; local 1130 shift_count = INTVAL (op1); 1146 if (shift_count == BITS_PER_WORD) 1159 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) 1162 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) [all …]
|
| H A D | combine.c | 10356 int shift_count = INTVAL (XEXP (op0, 1)); local 10359 mask &= (mask >> shift_count) << shift_count; 10361 mask = (mask & (mask << shift_count)) >> shift_count;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 1589 int shift_count, left_shift, outof_word; in expand_binop() local 1602 shift_count = INTVAL (op1); in expand_binop() 1618 if (shift_count == BITS_PER_WORD) in expand_binop() 1631 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1634 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD) in expand_binop() 1637 if (shift_count > BITS_PER_WORD) in expand_binop() 1639 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop() 1640 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count); in expand_binop() 1644 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop() 1645 second_shift_count = GEN_INT (shift_count); in expand_binop()
|
| H A D | combine.c | 9585 int shift_count = INTVAL (XEXP (op0, 1)); in simplify_comparison() local 9588 mask &= (mask >> shift_count) << shift_count; in simplify_comparison() 9590 mask = (mask & (mask << shift_count)) >> shift_count; in simplify_comparison() 10426 rtx shift_count = XEXP (XEXP (op0, 0), 1); in simplify_comparison() local 10431 && GET_CODE (shift_count) == CONST_INT in simplify_comparison() 10434 == (HOST_WIDE_INT) 1 << INTVAL (shift_count)))) in simplify_comparison() 10438 gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count), in simplify_comparison()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1704 sparc_emit_set_const64_quick2 (op0, temp, high_bits, low_immediate, shift_count) in sparc_emit_set_const64_quick2() argument 1709 int shift_count; 1731 GEN_INT (shift_count))));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | sh.c | 1280 int shift_count = INTVAL (XEXP (set_src, 1)); local 1286 return ashiftrt_insns[shift_count]; 1289 return shift_insns[shift_count];
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 1914 int shift_count = INTVAL (XEXP (set_src, 1)); in shift_insns_rtx() local 1920 return ashiftrt_insns[shift_count]; in shift_insns_rtx() 1923 return shift_insns[shift_count]; in shift_insns_rtx()
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.c | 1399 int shift_count) in sparc_emit_set_const64_quick2() argument 1421 GEN_INT (shift_count)))); in sparc_emit_set_const64_quick2()
|