Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1585 second_shift_count = 2 * BITS_PER_WORD - shift_count; in expand_binop()
1590 second_shift_count = shift_count; in expand_binop()
1595 = gen_int_shift_amount (word_mode, second_shift_count); in expand_binop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()