Home
last modified time | relevance | path

Searched refs:newconst (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDregmove.c967 HOST_WIDE_INT newconst in fixup_match_2() local
969 rtx add = gen_add3_insn (dst, dst, GEN_INT (newconst)); in fixup_match_2()
996 if (try_auto_increment (p, insn, 0, dst, newconst, 0)) in fixup_match_2()
1010 try_auto_increment (p, insn, 0, dst, newconst, 1); in fixup_match_2()
1669 HOST_WIDE_INT insn_const = 0, newconst = 0; in fixup_match_1() local
1803 newconst = -insn_const; in fixup_match_1()
1811 newconst = INTVAL (XEXP (SET_SRC (set2), 1)) - insn_const; in fixup_match_1()
1814 && (newconst < 0 in fixup_match_1()
1815 || ((unsigned HOST_WIDE_INT) newconst in fixup_match_1()
1830 GEN_INT (newconst), 1); in fixup_match_1()
[all …]
HDfold-const.c8183 tree varop, newconst; in fold_comparison() local
8187 newconst = fold_build2 (PLUS_EXPR, TREE_TYPE (arg0), in fold_comparison()
8195 newconst = fold_build2 (MINUS_EXPR, TREE_TYPE (arg0), in fold_comparison()
8225 newconst = fold_build2 (LSHIFT_EXPR, TREE_TYPE (varop), in fold_comparison()
8226 newconst, shift); in fold_comparison()
8227 newconst = fold_build2 (RSHIFT_EXPR, TREE_TYPE (varop), in fold_comparison()
8228 newconst, shift); in fold_comparison()
8231 return fold_build2 (code, type, varop, newconst); in fold_comparison()
HDChangeLog-200436861 * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in