Searched refs:uncond_branch_p (Results 1 – 3 of 3) sorted by relevance
4381 uncond_branch_p (const struct mips_cl_insn *ip) in uncond_branch_p() function7270 uncond_branch_p (ip) ? -1 in append_insn()7275 uncond_branch_p (ip), in append_insn()7294 int uncond = uncond_branch_p (ip) ? -1 : 0; in append_insn()7548 if ((delayed_branch_p (&history[1]) && uncond_branch_p (&history[1])) in append_insn()7549 || (compact_branch_p (&history[0]) && uncond_branch_p (&history[0]))) in append_insn()
621 * config/tc-mips.c (compact_branch_p, uncond_branch_p): Use the same
611 (uncond_branch_p, branch_likely_p): New functions.