Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-bpf.c389 #define RELAX_BRANCH_ENCODE(uncond, constant, length) \ argument
392 | ((uncond) ? 1 : 0) \
409 int length, uncond; in relaxed_branch_length() local
414 uncond = RELAX_BRANCH_UNCOND (fragp->fr_subtype); in relaxed_branch_length()
417 if (uncond) in relaxed_branch_length()
454 fragp->fr_subtype = RELAX_BRANCH_ENCODE (uncond, in relaxed_branch_length()
Dtc-mips.c1136 uncond, likely, link, toofar) \ argument
1144 | ((uncond) ? 0x200 : 0)))
1231 uncond, compact, link, nods, \ argument
1238 | ((uncond) ? 0x8000 : 0) \
7840 int uncond = uncond_branch_p (ip) ? -1 : 0; in append_insn() local
7853 length32 = relaxed_micromips_32bit_branch_length (NULL, NULL, uncond); in append_insn()
7857 uncond, compact, al, nods, in append_insn()
18189 bool uncond; in relaxed_micromips_32bit_branch_length() local
18194 uncond = RELAX_MICROMIPS_UNCOND (fragp->fr_subtype); in relaxed_micromips_32bit_branch_length()
18197 uncond = update < 0; in relaxed_micromips_32bit_branch_length()
[all …]
Dtc-riscv.c460 #define RELAX_BRANCH_ENCODE(uncond, rvc, length) \ argument
463 | ((uncond) ? 1 : 0) \
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-match.h81 enum uncond { UNCOND }; enum
84 gimple_match_cond (uncond) : cond (NULL_TREE), else_value (NULL_TREE) {} in gimple_match_cond() argument
Dsched-deps.cc1561 add_dependence_list (rtx_insn *insn, rtx_insn_list *list, int uncond, in add_dependence_list() argument
1567 if (uncond || ! sched_insns_conditions_mutex_p (insn, list->insn ())) in add_dependence_list()
1580 int uncond, enum reg_note dep_type, bool hard) in add_dependence_list_and_free() argument
1582 add_dependence_list (insn, *listp, uncond, dep_type, hard); in add_dependence_list_and_free()