| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| D | const2perl.h | 10 # define newconst( sName, sFmt, xValue, newSV ) \ macro 33 # define newconst( sName, sFmt, xValue, newSV ) \ macro 105 newconst( sName, "0x%"UVxf, uValue, mpSvNew ); in mkconst() 109 newconst( sName, "0x%"UVxf, uValue, mpSvNew ); in mkconst() 113 newconst( sName, "0x%"UVxf, uValue, mpSvNew ); in mkconst() 116 newconst( sName, "%"IVdf, iValue, newSViv(iValue) ); in mkconst() 119 newconst( sName, "%"IVdf, iValue, newSViv(iValue) ); in mkconst() 122 newconst( sName, "%"IVdf, iValue, newSViv(iValue) ); in mkconst() 125 newconst( sName, "%s", in mkconst() 129 newconst( sName, "'%s'", escquote(sValue), newSVpv(sValue,0) ); in mkconst() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | regmove.c | 967 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 …]
|
| D | fold-const.c | 8167 tree varop, newconst; in fold_comparison() local 8171 newconst = fold_build2 (PLUS_EXPR, TREE_TYPE (arg0), in fold_comparison() 8179 newconst = fold_build2 (MINUS_EXPR, TREE_TYPE (arg0), in fold_comparison() 8209 newconst = fold_build2 (LSHIFT_EXPR, TREE_TYPE (varop), in fold_comparison() 8210 newconst, shift); in fold_comparison() 8211 newconst = fold_build2 (RSHIFT_EXPR, TREE_TYPE (varop), in fold_comparison() 8212 newconst, shift); in fold_comparison() 8215 return fold_build2 (code, type, varop, newconst); in fold_comparison()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | regmove.c | 977 HOST_WIDE_INT newconst local 979 rtx add = gen_add3_insn (dst, dst, GEN_INT (newconst)); 1006 if (try_auto_increment (p, insn, 0, dst, newconst, 0)) 1020 try_auto_increment (p, insn, 0, dst, newconst, 1); 1684 HOST_WIDE_INT insn_const = 0, newconst; local 1824 newconst = -insn_const; 1832 newconst = INTVAL (XEXP (SET_SRC (set2), 1)) - insn_const; 1835 && (newconst < 0 1836 || ((unsigned HOST_WIDE_INT) newconst 1851 GEN_INT (newconst), 1); [all …]
|
| D | fold-const.c | 6043 tree varop, newconst; local 6047 newconst = fold (build (PLUS_EXPR, TREE_TYPE (arg0), 6055 newconst = fold (build (MINUS_EXPR, TREE_TYPE (arg0), 6084 newconst = fold (build (LSHIFT_EXPR, TREE_TYPE (varop), 6085 newconst, shift)); 6086 newconst = fold (build (RSHIFT_EXPR, TREE_TYPE (varop), 6087 newconst, shift)); 6090 return fold (build (code, type, varop, newconst));
|
| D | ChangeLog | 847 * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in
|