Searched refs:cond_p (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genmatch.cc | 2194 bool cond_p = conditional_p; in walk_match() local 2197 cond_p = true; in walk_match() 2200 cond_p = true; in walk_match() 2204 walk_match (e->ops[i], toplevel_arg, cond_p, expr_cond_p); in walk_match() 2253 bool cond_p = conditional_p; in walk_result() local 2255 cond_p = true; in walk_result() 2258 cond_p = true; in walk_result() 2259 walk_result (e->ops[i], cond_p, result); in walk_result()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genmatch.c | 2188 bool cond_p = conditional_p; in walk_match() local 2191 cond_p = true; in walk_match() 2194 cond_p = true; in walk_match() 2199 walk_match (e->ops[i], toplevel_arg, cond_p, expr_cond_p); in walk_match() 2248 bool cond_p = conditional_p; in walk_result() local 2250 cond_p = true; in walk_result() 2253 cond_p = true; in walk_result() 2254 walk_result (e->ops[i], cond_p, result); in walk_result()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 755 begin_cond (tree *cond_p) in begin_cond() argument 758 *cond_p = push_stmt_list (); in begin_cond() 764 finish_cond (tree *cond_p, tree expr) in finish_cond() argument 768 tree cond = pop_stmt_list (*cond_p); in finish_cond() 778 *cond_p = expr; in finish_cond() 792 simplify_loop_decl_cond (tree *cond_p, tree body) in simplify_loop_decl_cond() argument 799 cond = *cond_p; in simplify_loop_decl_cond() 800 *cond_p = boolean_true_node; in simplify_loop_decl_cond() 803 cond_p = &cond; in simplify_loop_decl_cond() 804 while (TREE_CODE (*cond_p) == ANNOTATE_EXPR) in simplify_loop_decl_cond() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 551 begin_cond (tree *cond_p) in begin_cond() argument 554 *cond_p = push_stmt_list (); in begin_cond() 560 finish_cond (tree *cond_p, tree expr) in finish_cond() argument 564 tree cond = pop_stmt_list (*cond_p); in finish_cond() 574 *cond_p = expr; in finish_cond() 588 simplify_loop_decl_cond (tree *cond_p, tree body) in simplify_loop_decl_cond() argument 595 cond = *cond_p; in simplify_loop_decl_cond() 596 *cond_p = boolean_true_node; in simplify_loop_decl_cond()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc.cc | 8884 arc_output_addsi (rtx *operands, bool cond_p, bool output_p) in arc_output_addsi() argument 8894 int short_p = (!cond_p && short_0 && satisfies_constraint_Rcq (operands[1])); in arc_output_addsi() 8915 if (!cond_p in arc_output_addsi() 8963 if (match || !cond_p) in arc_output_addsi() 8965 int limit = (match && !cond_p) ? 0x7ff : 0x3f; in arc_output_addsi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc.c | 8884 arc_output_addsi (rtx *operands, bool cond_p, bool output_p) in arc_output_addsi() argument 8894 int short_p = (!cond_p && short_0 && satisfies_constraint_Rcq (operands[1])); in arc_output_addsi() 8915 if (!cond_p in arc_output_addsi() 8963 if (match || !cond_p) in arc_output_addsi() 8965 int limit = (match && !cond_p) ? 0x7ff : 0x3f; in arc_output_addsi()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-i386.c | 5742 x86_ginsn_jump (const symbolS *insn_end_sym, bool cond_p) in x86_ginsn_jump() argument 5752 ginsn_func = cond_p ? ginsn_new_jump_cond : ginsn_new_jump; in x86_ginsn_jump() 5766 cond_p ? "JCC" : "jmp"); in x86_ginsn_jump()
|