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

/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c2158 int depth, int uncond, struct decision *success,
2164 if (uncond)
2276 int uncond;
2296 uncond = is_unconditional (test, subroutine_type);
2297 if (uncond == 0)
2315 write_action (p, last_test, depth, uncond, p->success.first, subroutine_type);
2317 return uncond > 0;
2327 int uncond = 0;
2338 uncond = 0;
2342 uncond
2150 write_action(struct decision *p, struct decision_test *test, int depth, int uncond, struct decision *success, enum routine_type subroutine_type) argument
2269 int uncond; local
2320 int uncond = 0; local
[all...]
H A Dsched-deps.c576 add_dependence_list (rtx insn, rtx list, int uncond, enum reg_note dep_type)
580 if (uncond || ! sched_insns_conditions_mutex_p (insn, XEXP (list, 0)))
588 add_dependence_list_and_free (rtx insn, rtx *listp, int uncond,
595 if (uncond || ! sched_insns_conditions_mutex_p (insn, XEXP (list, 0)))
570 add_dependence_list(rtx insn, rtx list, int uncond, enum reg_note dep_type) argument
582 add_dependence_list_and_free(rtx insn, rtx *listp, int uncond, enum reg_note dep_type) argument
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c875 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \
881 | ((uncond) ? 8 : 0)))
14205 goto uncond;
14296 uncond:

Completed in 217 milliseconds