Searched refs:cond2 (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr52448.c7 void f1 (int *p, int a, int b, int cond, int cond2) argument
12 if (cond2)
16 void f2 (int *p, int a, int b, int *cond, int *cond2) argument
22 if (cond2[i])
H A Dpr61776.c6 int cond1, cond2; variable
22 if (cond2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvfp-1.c10 volatile int cond1, cond2; variable
39 cond2 = 1;
71 cond2 = 1;
/haiku-buildtools/gcc/gcc/
H A Dread-md.c189 join_c_conditions (const char *cond1, const char *cond2) argument
195 return cond2;
197 if (cond2 == 0 || cond2[0] == 0)
200 if (strcmp (cond1, cond2) == 0)
203 result = concat ("(", cond1, ") && (", cond2, ")", NULL);
206 obstack_ptr_grow (&joined_conditions_obstack, cond2);
H A Dcfgcleanup.c300 rtx set1, set2, cond1, cond2;
339 cond2 = XEXP (SET_SRC (set2), 0);
345 code2 = GET_CODE (cond2);
346 reversed_code2 = reversed_comparison_code (cond2, BB_END (b));
356 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
357 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1)))
414 /* cond2 must not mention any register that is not equal to the
416 if (mentions_nonequal_regs (cond2, nonequal))
1608 rtx set1, set2, cond1, cond2;
1652 cond2
297 rtx set1, set2, cond1, cond2; local
1601 rtx set1, set2, cond1, cond2; local
[all...]
H A Dsched-deps.c652 conditions_mutex_p (const_rtx cond1, const_rtx cond2, bool rev1, bool rev2)
655 && COMPARISON_P (cond2)
658 ? reversed_comparison_code (cond2, NULL)
659 : GET_CODE (cond2))
660 && rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
661 && XEXP (cond1, 1) == XEXP (cond2, 1))
671 rtx cond1, cond2;
679 cond2 = sched_get_condition_with_rev (insn2, &rev2);
680 if (cond1 && cond2
681 && conditions_mutex_p (cond1, cond2, rev
648 conditions_mutex_p(const_rtx cond1, const_rtx cond2, bool rev1, bool rev2) argument
667 rtx cond1, cond2; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.c1207 tree cond2; local
1218 cond2 = fold_build2_loc (input_location, NE_EXPR, boolean_type_node,
1222 boolean_type_node, cond2, cond);
1309 tree cond2; local
1312 cond2 = fold_build2_loc (input_location, NE_EXPR, boolean_type_node,
1319 cond2, tmp, error);
1338 tree cond2; local
1340 cond2 = fold_build2_loc (input_location, NE_EXPR, boolean_type_node,
1348 gfc_unlikely (cond2, PRED_FORTRAN_FAIL_ALLOC),
1355 tree caf_type, token, cond2; local
1466 tree cond2; local
1501 tree cond2; local
[all...]
H A Dtrans-io.c620 tree cond1, cond2, cond3, val, body; local
634 cond2 = build2_loc (input_location, GT_EXPR, boolean_type_node,
638 boolean_type_node, cond1, cond2);
H A Dtrans-stmt.c1094 tree cond2; local
1100 cond2 = fold_build2_loc (input_location, LT_EXPR, boolean_type_node,
1104 boolean_type_node, cond, cond2);
1246 ELSEIF (cond2)
H A Dtrans-expr.c6132 tree cond2; local
6221 cond2 = fold_build2_loc (input_location, GE_EXPR, boolean_type_node, slen,
6243 tmp = fold_build3_loc (input_location, COND_EXPR, void_type_node, cond2,
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dconvert-dfp-round-thread.c42 pthread_cond_t cond2 = PTHREAD_COND_INITIALIZER; variable
147 err = pthread_cond_wait (&cond2, &mut2);
408 err = pthread_cond_signal(&cond2);
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c3421 enum rtx_code cond1, cond2;
3429 || (arm_select_cc_mode (cond2 = GET_CODE (y), XEXP (y, 0), XEXP (y, 1))
3438 if (cond1 != cond2
3439 && ! comparison_dominates_p (cond1, cond2)
3440 && (swapped = 1, ! comparison_dominates_p (cond2, cond1)))
3446 cond1 = cond2;
3447 cond2 = temp;
3453 if (cond2 == EQ || ! cond_or)
3456 switch (cond2)
3468 if (cond2
3416 enum rtx_code cond1, cond2; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dactions.c528 int cond2 = TREE_UNSIGNED (ttype)
537 if (cond1 || cond2 || cond3 || cond4)
524 int cond2 = TREE_UNSIGNED (ttype) local
H A Dtypeck.c1126 int cond2 = TREE_UNSIGNED (type) && (! TREE_UNSIGNED (expr_type));
1133 if (cond1 || cond2 || cond3 || cond4)
1118 int cond2 = TREE_UNSIGNED (type) && (! TREE_UNSIGNED (expr_type)); local
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c3831 conditions_opposite_p (rtx cond1, rtx cond2)
3833 return (rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
3834 && rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1))
3835 && GET_CODE (cond1) == reverse_condition (GET_CODE (cond2)));
3813 conditions_opposite_p(rtx cond1, rtx cond2) argument
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c15055 enum rtx_code cond1, cond2;
15063 || (arm_select_cc_mode (cond2 = GET_CODE (y), XEXP (y, 0), XEXP (y, 1))
15075 if (cond1 != cond2
15076 && !comparison_dominates_p (cond1, cond2)
15077 && (swapped = 1, !comparison_dominates_p (cond2, cond1)))
15081 std::swap (cond1, cond2);
15089 switch (cond2)
15103 switch (cond2)
15119 switch (cond2)
15135 switch (cond2)
15041 enum rtx_code cond1, cond2; local
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c7371 tree t, u, cond1, cond2; local
7470 /* [cond2] if (ap.__[g|v]r_offs > 0) */
7473 cond2 = build3 (COND_EXPR, ptr_type_node, u, NULL_TREE, NULL_TREE);
7476 t = build2 (COMPOUND_EXPR, TREE_TYPE (cond2), t, cond2);
7518 COND_EXPR_THEN (cond2) = unshare_expr (on_stack);
7605 COND_EXPR_ELSE (cond2) = t;
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c7242 frv_regstate_conflict_p (regstate_t cond1, regstate_t cond2)
7246 || (cond2 & REGSTATE_IF_EITHER) == 0)
7251 if ((cond1 & REGSTATE_CC_MASK) != (cond2 & REGSTATE_CC_MASK))
7256 if ((cond1 & cond2 & REGSTATE_IF_EITHER) != 0)
7167 frv_regstate_conflict_p(regstate_t cond1, regstate_t cond2) argument
/haiku-buildtools/isl/
H A Disl_aff.c2723 /* Assuming that "cond1" and "cond2" are disjoint,
2725 * and to pwaff2 on cond2.
2729 __isl_take isl_set *cond2, __isl_take isl_pw_aff *pwaff2)
2732 pwaff2 = isl_pw_aff_intersect_domain(pwaff2, cond2);
2727 isl_pw_aff_select( __isl_take isl_set *cond1, __isl_take isl_pw_aff *pwaff1, __isl_take isl_set *cond2, __isl_take isl_pw_aff *pwaff2) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c20150 rtx cond2;
20202 cond2 = gen_rtx_fmt_ee (NE, cc_mode, gen_lowpart (dest_mode, mask),
20207 cond2,
20114 rtx cond2; local
[all...]

Completed in 610 milliseconds