Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c1851 rtx first_shift_count, second_shift_count; in expand_binop() local
1862 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop()
1867 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop()
1872 outof_input, first_shift_count, in expand_binop()
1888 into_input, first_shift_count, in expand_binop()
/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c1529 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local
1540 first_shift_count = shift_count - BITS_PER_WORD; in expand_binop()
1545 first_shift_count = BITS_PER_WORD - shift_count; in expand_binop()
1549 = gen_int_shift_amount (word_mode, first_shift_count); in expand_binop()