Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc10497 scalar_int_mode tmode, inner_mode, int_mode, int_varop_mode, int_result_mode; in simplify_shift_const_1() local
10670 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10677 && GET_MODE_SIZE (inner_mode) > GET_MODE_SIZE (int_varop_mode) in simplify_shift_const_1()
10680 && GET_MODE_CLASS (int_varop_mode) == MODE_INT) in simplify_shift_const_1()
10739 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10746 && INTVAL (XEXP (varop, 1)) < GET_MODE_PRECISION (int_varop_mode) in simplify_shift_const_1()
10764 - GET_MODE_PRECISION (int_varop_mode))) in simplify_shift_const_1()
10788 && int_varop_mode == shift_unit_mode in simplify_shift_const_1()
10820 if (int_varop_mode != int_result_mode in simplify_shift_const_1()
10833 || (int_varop_mode != int_result_mode in simplify_shift_const_1()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c10624 scalar_int_mode tmode, inner_mode, int_mode, int_varop_mode, int_result_mode; in simplify_shift_const_1() local
10797 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10804 && GET_MODE_SIZE (inner_mode) > GET_MODE_SIZE (int_varop_mode) in simplify_shift_const_1()
10807 && GET_MODE_CLASS (int_varop_mode) == MODE_INT) in simplify_shift_const_1()
10866 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10873 && INTVAL (XEXP (varop, 1)) < GET_MODE_PRECISION (int_varop_mode) in simplify_shift_const_1()
10891 - GET_MODE_PRECISION (int_varop_mode))) in simplify_shift_const_1()
10915 && int_varop_mode == shift_unit_mode in simplify_shift_const_1()
10947 if (int_varop_mode != int_result_mode in simplify_shift_const_1()
10960 || (int_varop_mode != int_result_mode in simplify_shift_const_1()
[all …]