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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c2058 write_action (p, test, depth, uncond, success, subroutine_type)
2061 int depth, uncond;
2068 if (uncond)
2184 int uncond;
2187 uncond = is_unconditional (test, subroutine_type);
2188 if (uncond == 0)
2209 write_action (p, last_test, depth, uncond, p->success.first, subroutine_type);
2211 return uncond > 0;
2223 int uncond = 0;
2234 uncond
2178 int uncond; local
2217 int uncond = 0; local
[all...]
/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c792 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \
798 | ((uncond) ? 8 : 0)))
13414 goto uncond;
13505 uncond:
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c838 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \
844 | ((uncond) ? 8 : 0)))
13521 goto uncond;
13612 uncond:

Completed in 412 milliseconds