Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c8546 enum machine_mode shift_mode, tmode; in simplify_shift_const_1() local
8598 shift_mode in simplify_shift_const_1()
8612 if (count > (GET_MODE_BITSIZE (shift_mode) - 1)) in simplify_shift_const_1()
8615 count = GET_MODE_BITSIZE (shift_mode) - 1; in simplify_shift_const_1()
8617 count %= GET_MODE_BITSIZE (shift_mode); in simplify_shift_const_1()
8631 && (num_sign_bit_copies (varop, shift_mode) in simplify_shift_const_1()
8632 == GET_MODE_BITSIZE (shift_mode))) in simplify_shift_const_1()
8644 && (count + num_sign_bit_copies (varop, shift_mode) in simplify_shift_const_1()
8645 >= GET_MODE_BITSIZE (shift_mode))) in simplify_shift_const_1()
8646 count = GET_MODE_BITSIZE (shift_mode) - 1; in simplify_shift_const_1()
[all …]
HDChangeLog-20016710 * mn10200.c (shift_mode): Remove trailing comma.
32384 Change an argument mode of machine_mode to shift_mode of
32385 shift_mode. Remove an extra error check.