Home
last modified time | relevance | path

Searched refs:first_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
1584 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1589 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1593 = gen_int_shift_amount (word_mode, first_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
1904 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1909 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1913 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()