Searched refs:uncond (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genrecog.c | 2052 write_action (p, test, depth, uncond, success, subroutine_type) in write_action() argument 2055 int depth, uncond; 2062 if (uncond) 2178 int uncond; local 2181 uncond = is_unconditional (test, subroutine_type); 2182 if (uncond == 0) 2203 write_action (p, last_test, depth, uncond, p->success.first, subroutine_type); 2205 return uncond > 0; 2217 int uncond = 0; local 2228 uncond = 0; [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genrecog.c | 2151 int depth, int uncond, struct decision *success, in write_action() argument 2157 if (uncond) in write_action() 2269 int uncond; in write_node() local 2289 uncond = is_unconditional (test, subroutine_type); in write_node() 2290 if (uncond == 0) in write_node() 2308 write_action (p, last_test, depth, uncond, p->success.first, subroutine_type); in write_node() 2310 return uncond > 0; in write_node() 2320 int uncond = 0; in write_tree_1() local 2331 uncond = 0; in write_tree_1() 2335 uncond = write_node (p, depth, subroutine_type); in write_tree_1() [all …]
|
| H A D | sched-deps.c | 570 add_dependence_list (rtx insn, rtx list, int uncond, enum reg_note dep_type) in add_dependence_list() argument 574 if (uncond || ! sched_insns_conditions_mutex_p (insn, XEXP (list, 0))) in add_dependence_list() 582 add_dependence_list_and_free (rtx insn, rtx *listp, int uncond, in add_dependence_list_and_free() argument 589 if (uncond || ! sched_insns_conditions_mutex_p (insn, XEXP (list, 0))) in add_dependence_list_and_free()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mips.c | 837 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \ argument 843 | ((uncond) ? 8 : 0))) 13510 goto uncond; in md_convert_frag() 13601 uncond: in md_convert_frag()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 791 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \ argument 797 | ((uncond) ? 8 : 0))) 13404 goto uncond; in md_convert_frag() 13495 uncond: in md_convert_frag()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | README.txt | 327 followed by an uncond branch to an exit block.
|