Home
last modified time | relevance | path

Searched refs:simplify_and_const_int (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc453 static rtx simplify_and_const_int (rtx, scalar_int_mode, rtx,
6086 return simplify_and_const_int (NULL_RTX, int_mode, XEXP (x, 0), in combine_simplify_rtx()
7072 x = simplify_and_const_int (x, mode, op0, INTVAL (op1)); in simplify_logical()
7326 tem = simplify_and_const_int (NULL_RTX, mode, tem, in expand_compound_operation()
8748 x = simplify_and_const_int (x, op_mode, XEXP (x, 0), in force_int_to_mode()
10091 simplify_and_const_int (NULL_RTX, varop_mode, in simplify_and_const_int_1()
10094 simplify_and_const_int (NULL_RTX, varop_mode, in simplify_and_const_int_1()
10108 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); in simplify_and_const_int_1()
10109 o1 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 1), constop); in simplify_and_const_int_1()
10140 simplify_and_const_int (rtx x, scalar_int_mode mode, rtx varop, in simplify_and_const_int() function
[all …]
H A DChangeLog-199910155 (simplify_and_const_int): Remove unused variable `width'.
12599 * combine.c (simplify_and_const_int): Likewise.
13760 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
H A DChangeLog-2005286 (simplify_and_const_int): Leave only the fallback
293 parameter to simplify_and_const_int and simplify_shift_const,
28233 simplify_and_const_int, simplify_shift_const, gen_lowpart_for_combine,
30031 * combine.c (simplify_and_const_int): Use gen_int_mode instead
H A DChangeLog-200227072 * combine.c (simplify_and_const_int): Make sure to apply mask
33689 * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
33885 * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
H A DFSFChangeLog.109184 (simplify_and_const_int): Sign-extend constants when they have the
H A DChangeLog-19984044 (simplify_and_const_int): Cast result of INTVAL() macro to
H A DChangeLog-200613705 (simplify_and_const_int): Same.
H A DChangeLog-200431581 simplify_and_const_int, simplify_shift_const,
31868 simplify_and_const_int, simplify_shift_const,
H A DChangeLog-20012130 * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
H A DChangeLog-201718370 * combine.c (simplify_and_const_int): Change the type of the mode
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c467 static rtx simplify_and_const_int (rtx, scalar_int_mode, rtx,
6222 return simplify_and_const_int (NULL_RTX, int_mode, XEXP (x, 0), in combine_simplify_rtx()
7217 x = simplify_and_const_int (x, mode, op0, INTVAL (op1)); in simplify_logical()
7471 tem = simplify_and_const_int (NULL_RTX, mode, tem, in expand_compound_operation()
8875 x = simplify_and_const_int (x, op_mode, XEXP (x, 0), in force_int_to_mode()
10218 simplify_and_const_int (NULL_RTX, varop_mode, in simplify_and_const_int_1()
10221 simplify_and_const_int (NULL_RTX, varop_mode, in simplify_and_const_int_1()
10235 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); in simplify_and_const_int_1()
10236 o1 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 1), constop); in simplify_and_const_int_1()
10267 simplify_and_const_int (rtx x, scalar_int_mode mode, rtx varop, in simplify_and_const_int() function
[all …]
H A DFSFChangeLog.109184 (simplify_and_const_int): Sign-extend constants when they have the