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