HomeSort by: relevance | last modified time | path
    Searched defs:shift_count (Results 1 - 12 of 12) 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/
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,
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
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...]
  /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/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,

Completed in 68 milliseconds