HomeSort by: relevance | last modified time | path
    Searched defs:second_shift_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 1899 HOST_WIDE_INT first_shift_count, second_shift_count;
1911 second_shift_count = 2 * BITS_PER_WORD - shift_count;
1916 second_shift_count = shift_count;
1921 = gen_int_shift_amount (word_mode, second_shift_count);
1893 HOST_WIDE_INT first_shift_count, second_shift_count; local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 1914 HOST_WIDE_INT first_shift_count, second_shift_count;
1926 second_shift_count = 2 * BITS_PER_WORD - shift_count;
1931 second_shift_count = shift_count;
1936 = gen_int_shift_amount (word_mode, second_shift_count);
1908 HOST_WIDE_INT first_shift_count, second_shift_count; local

Completed in 39 milliseconds