HomeSort by: relevance | last modified time | path
    Searched refs:shift_count (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
ordered.c 346 unsigned int shift_count = 0; local
350 doacross->shift_counts[i - 1] = shift_count;
351 shift_count += bits[i - 1];
602 unsigned int shift_count = 0; local
606 doacross->shift_counts[i - 1] = shift_count;
607 shift_count += bits[i - 1];
  /src/external/gpl3/gcc.old/dist/libgomp/
ordered.c 346 unsigned int shift_count = 0; local
350 doacross->shift_counts[i - 1] = shift_count;
351 shift_count += bits[i - 1];
602 unsigned int shift_count = 0; local
606 doacross->shift_counts[i - 1] = shift_count;
607 shift_count += bits[i - 1];
  /src/external/bsd/less/dist/
command.c 66 extern int shift_count;
2045 shift_count = number;
2047 number = (shift_count > 0) ?
2048 shift_count : sc_width / 2;
2060 shift_count = number;
2062 number = (shift_count > 0) ?
2063 shift_count : sc_width / 2;
optfunc.c 53 extern int shift_count;
249 shift_count = hs;
257 parg.p_int = shift_count;
278 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM);
opttbl.c 54 public int shift_count; /* Number of positions to shift horizontally */ variable
  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 1386 int shift_count = INTVAL (XEXP (op, 1)); local
1387 if (shift_count > BITS_PER_WORD)
1391 shift_count - BITS_PER_WORD,
optabs.cc 1869 int shift_count, left_shift, outof_word;
1888 shift_count = INTVAL (op1);
1904 if (shift_count == BITS_PER_WORD)
1917 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1920 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1923 if (shift_count > BITS_PER_WORD)
1925 first_shift_count = shift_count - BITS_PER_WORD;
1926 second_shift_count = 2 * BITS_PER_WORD - shift_count;
1930 first_shift_count = BITS_PER_WORD - shift_count;
1931 second_shift_count = shift_count;
1863 int shift_count, left_shift, outof_word; local
    [all...]
combine.cc 12211 int shift_count = INTVAL (XEXP (op0, 1));
12214 mask &= (mask >> shift_count) << shift_count;
12216 mask = (mask & (mask << shift_count)) >> shift_count;
12898 rtx shift_count = XEXP (XEXP (op0, 0), 1);
12903 && CONST_INT_P (shift_count)
12907 << INTVAL (shift_count))))
12910 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count);
12170 int shift_count = INTVAL (XEXP (op0, 1)); local
12857 rtx shift_count = XEXP (XEXP (op0, 0), 1); local
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 1372 int shift_count = INTVAL (XEXP (op, 1)); local
1373 if (shift_count > BITS_PER_WORD)
1377 shift_count - BITS_PER_WORD,
optabs.cc 1854 int shift_count, left_shift, outof_word;
1873 shift_count = INTVAL (op1);
1889 if (shift_count == BITS_PER_WORD)
1902 reverse_unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1905 unsigned_shift = (left_shift ^ (shift_count < BITS_PER_WORD)
1908 if (shift_count > BITS_PER_WORD)
1910 first_shift_count = shift_count - BITS_PER_WORD;
1911 second_shift_count = 2 * BITS_PER_WORD - shift_count;
1915 first_shift_count = BITS_PER_WORD - shift_count;
1916 second_shift_count = shift_count;
1848 int shift_count, left_shift, outof_word; local
    [all...]
combine.cc 12081 int shift_count = INTVAL (XEXP (op0, 1));
12084 mask &= (mask >> shift_count) << shift_count;
12086 mask = (mask & (mask << shift_count)) >> shift_count;
12756 rtx shift_count = XEXP (XEXP (op0, 0), 1);
12761 && CONST_INT_P (shift_count)
12765 << INTVAL (shift_count))))
12768 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count);
12040 int shift_count = INTVAL (XEXP (op0, 1)); local
12715 rtx shift_count = XEXP (XEXP (op0, 0), 1); local
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 1081 SHIFT_COUNT is the shift amount, SHIFT_COUNT_TYPE is the type of
1091 type *shift_count_type, const gdb_mpz &shift_count,
1096 LONGEST count = shift_count.as_integer<LONGEST> ();
1118 nbits = shift_count.as_integer<ULONGEST> ();
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 1081 SHIFT_COUNT is the shift amount, SHIFT_COUNT_TYPE is the type of
1091 type *shift_count_type, const gdb_mpz &shift_count,
1096 LONGEST count = shift_count.as_integer<LONGEST> ();
1118 nbits = shift_count.as_integer<ULONGEST> ();
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 2155 const int shift_count = entry->rhs;
2156 gcc_assert (shift_count > 0 && shift_count < 64);
2161 gen_rtx_CONST_INT (DImode, shift_count)));
2150 const int shift_count = entry->rhs; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1905 const int shift_count = entry->rhs;
1906 gcc_assert (shift_count > 0 && shift_count < 32);
1911 gen_rtx_CONST_INT (SImode, shift_count)));
1900 const int shift_count = entry->rhs; local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 1407 rtx shift_count local
1411 vid, shift_count, NULL_RTX,
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 10256 canonical zero-extend. Merge mask for AND and shift_count
15629 rtx shift_count = XEXP (shift_rtx, 1);
15632 if (REG_P (shift_count))
15637 && true_regnum (set_dest) == true_regnum (shift_count))
15639 else if (REGNO(set_dest) == REGNO(shift_count))
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2774 int shift_count)
2795 GEN_INT (shift_count))));
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2782 int shift_count)
2803 GEN_INT (shift_count))));
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 10819 canonical zero-extend. Merge mask for AND and shift_count
16315 rtx shift_count = XEXP (shift_rtx, 1);
16318 if (REG_P (shift_count))
16323 && true_regnum (set_dest) == true_regnum (shift_count))
16325 else if (REGNO(set_dest) == REGNO(shift_count))

Completed in 97 milliseconds