Searched refs:old0 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/libexec/rtld-elf/riscv/ |
| HD | rtld_machdep.h | 67 uint64_t old0; \ 68 old0 = set_gp(obj); \ 70 __asm __volatile("mv gp, %0" :: "r"(old0)); \
|
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 3067 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1) in eval_subst() argument 3085 old0, new0, old1, new1)); in eval_subst() 3090 old0, new0, old1, new1), in eval_subst() 3092 old0, new0, old1, new1)); in eval_subst() 3098 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1); in eval_subst() 3101 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1); in eval_subst() 3106 old0, new0, old1, new1), in eval_subst() 3108 old0, new0, old1, new1), in eval_subst() 3110 old0, new0, old1, new1)); in eval_subst() 3125 if (arg0 == old0 || operand_equal_p (arg0, old0, 0)) in eval_subst() [all …]
|