| /openbsd/src/usr.sbin/config/ |
| D | gram.y | 68 #define new0(n,s,p,i,x) (alloc[adepth++] = newnv(n, s, p, i, x)) macro 69 #define new_n(n) new0(n, NULL, NULL, 0, NULL) 70 #define new_nx(n, x) new0(n, NULL, NULL, 0, x) 71 #define new_ns(n, s) new0(n, s, NULL, 0, NULL) 72 #define new_si(s, i) new0(NULL, s, NULL, i, NULL) 73 #define new_nsi(n,s,i) new0(n, s, NULL, i, NULL) 74 #define new_np(n, p) new0(n, NULL, p, 0, NULL) 75 #define new_s(s) new0(NULL, s, NULL, 0, NULL) 76 #define new_p(p) new0(NULL, NULL, p, 0, NULL) 77 #define new_px(p, x) new0(NULL, NULL, p, 0, x) [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-scalar-evolution.c | 1826 tree op0, op1, new0, new1; in fold_used_pointer() local 1837 new0 = fold_used_pointer (op0, at_stmt); in fold_used_pointer() 1842 new0 = fold_used_pointer_cast (op0); in fold_used_pointer() 1848 if (new0 == op0 && new1 == op1) in fold_used_pointer() 1851 new0 = chrec_convert (TREE_TYPE (expr), new0, at_stmt); in fold_used_pointer() 1855 expr = chrec_fold_plus (TREE_TYPE (expr), new0, new1); in fold_used_pointer() 1857 expr = chrec_fold_minus (TREE_TYPE (expr), new0, new1); in fold_used_pointer()
|
| D | reload1.c | 2425 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true); in eliminate_regs_1() local 2428 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))) in eliminate_regs_1() 2434 if (GET_CODE (new0) == PLUS && REG_P (new1) in eliminate_regs_1() 2440 else if (GET_CODE (new1) == PLUS && REG_P (new0) in eliminate_regs_1() 2441 && REGNO (new0) >= FIRST_PSEUDO_REGISTER in eliminate_regs_1() 2442 && reg_renumber[REGNO (new0)] < 0 in eliminate_regs_1() 2443 && reg_equiv_constant[REGNO (new0)] != 0) in eliminate_regs_1() 2444 new0 = reg_equiv_constant[REGNO (new0)]; in eliminate_regs_1() 2446 new = form_sum (new0, new1); in eliminate_regs_1() 2498 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false); in eliminate_regs_1() local [all …]
|
| D | fold-const.c | 3061 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1) in eval_subst() argument 3079 old0, new0, old1, new1)); in eval_subst() 3084 old0, new0, old1, new1), in eval_subst() 3086 old0, new0, old1, new1)); in eval_subst() 3092 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1); in eval_subst() 3095 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1); in eval_subst() 3100 old0, new0, old1, new1), in eval_subst() 3102 old0, new0, old1, new1), in eval_subst() 3104 old0, new0, old1, new1)); in eval_subst() 3120 arg0 = new0; in eval_subst() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | fold-const.c | 2130 eval_subst (arg, old0, new0, old1, new1) in eval_subst() argument 2132 tree old0, new0, old1, new1; 2150 old0, new0, old1, new1))); 2155 old0, new0, old1, new1), 2157 old0, new0, old1, new1))); 2163 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1); 2166 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1); 2171 old0, new0, old1, new1), 2173 old0, new0, old1, new1), 2175 old0, new0, old1, new1))); [all …]
|
| D | reload1.c | 2428 rtx new0 = eliminate_regs (XEXP (x, 0), mem_mode, insn); local 2431 if (reg_renumber && (new0 != XEXP (x, 0) || new1 != XEXP (x, 1))) 2437 if (GET_CODE (new0) == PLUS && GET_CODE (new1) == REG 2443 else if (GET_CODE (new1) == PLUS && GET_CODE (new0) == REG 2444 && REGNO (new0) >= FIRST_PSEUDO_REGISTER 2445 && reg_renumber[REGNO (new0)] < 0 2446 && reg_equiv_constant[REGNO (new0)] != 0) 2447 new0 = reg_equiv_constant[REGNO (new0)]; 2449 new = form_sum (new0, new1); 2501 rtx new0 = eliminate_regs (XEXP (x, 0), mem_mode, insn); local [all …]
|
| D | expr.c | 452 rtx new0 = protect_from_queue (XEXP (x, 0), 0); local 454 if (new0 != XEXP (x, 0) || new1 != XEXP (x, 1)) 457 XEXP (x, 0) = new0;
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9697 | 5702 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9697 | 5702 (as.new0: Depend upon $(LIBDEPS) rather than $(LIBS). Use
|