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

/freebsd-11.0-release/contrib/gcc/
H A Dloop-unswitch.c268 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; local
369 conds = alloc_EXPR_LIST (0, cond, cond_checked);
384 unswitch_single_loop (loops, loop, conds, num + 1);
386 free_EXPR_LIST_node (conds);
H A Dgimplify.c239 int conds = --(gimplify_ctxp->conditions); local
241 gcc_assert (conds >= 0);
242 if (conds == 0)
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c5046 /* Parse a conditional code (from conds[] below). The value returned is in the
14742 static const struct asm_cond conds[] =
19626 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++)
19627 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i));
14730 static const struct asm_cond conds[] = variable in typeref:struct:asm_cond

Completed in 221 milliseconds