Searched refs:simplify_and_const_int (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 453 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 D | ChangeLog-1999 | 10155 (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 D | ChangeLog-2005 | 286 (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 D | ChangeLog-2002 | 27072 * 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 D | FSFChangeLog.10 | 9184 (simplify_and_const_int): Sign-extend constants when they have the
|
H A D | ChangeLog-1998 | 4044 (simplify_and_const_int): Cast result of INTVAL() macro to
|
H A D | ChangeLog-2006 | 13705 (simplify_and_const_int): Same.
|
H A D | ChangeLog-2004 | 31581 simplify_and_const_int, simplify_shift_const, 31868 simplify_and_const_int, simplify_shift_const,
|
H A D | ChangeLog-2001 | 2130 * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
|
H A D | ChangeLog-2017 | 18370 * combine.c (simplify_and_const_int): Change the type of the mode
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 467 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 D | FSFChangeLog.10 | 9184 (simplify_and_const_int): Sign-extend constants when they have the
|