Searched refs:first_shift_count (Results 1 – 2 of 2) sorted by relevance
1573 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local1584 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()
1893 HOST_WIDE_INT first_shift_count, second_shift_count; in expand_binop() local1904 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()