Searched refs:cond_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darc-opc.c55 static int cond_p; variable
141 'Q' FORCELIMM set `cond_p' to 1 to ensure a constant is a limm
242 /* Set `cond_p' to 1 to ensure a constant is treated as a limm. */
351 && !cond_p
523 cond_p = 1;
542 cond_p = 1;
573 else if (ARC_SHIMM_CONST_P (value) && !cond_p)
642 if ((cond_p && !limm_p) || (value < minval || value > maxval))
1388 /* %Q: force cond_p=1 -> no shimm values. This insn allows an
1671 cond_p
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c496 begin_cond (tree *cond_p) argument
499 *cond_p = push_stmt_list ();
505 finish_cond (tree *cond_p, tree expr) argument
509 tree cond = pop_stmt_list (*cond_p);
513 *cond_p = expr;
527 simplify_loop_decl_cond (tree *cond_p, tree body) argument
534 cond = *cond_p;
535 *cond_p = boolean_true_node;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1237 find_interesting_uses_cond (struct ivopts_data *data, tree stmt, tree *cond_p) argument
1247 if (TREE_CODE (*cond_p) != SSA_NAME
1248 && !COMPARISON_CLASS_P (*cond_p))
1251 if (TREE_CODE (*cond_p) == SSA_NAME)
1253 op0_p = cond_p;
1258 op0_p = &TREE_OPERAND (*cond_p, 0);
1259 op1_p = &TREE_OPERAND (*cond_p, 1);
1292 record_use (data, cond_p, civ, stmt, USE_COMPARE);

Completed in 122 milliseconds