Home
last modified time | relevance | path

Searched refs:second_shift_count (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc1893 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1905 second_shift_count = 2 * BITS_PER_WORD - shift_count; in expand_binop()
1910 second_shift_count = shift_count; in expand_binop()
1915 = gen_int_shift_amount (word_mode, second_shift_count); in expand_binop()