HomeSort by: relevance | last modified time | path
    Searched defs:uncond_branch_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 4917 uncond_branch_p (const struct mips_cl_insn *ip)
8143 uncond_branch_p (ip) ? -1
8148 uncond_branch_p (ip),
8167 int uncond = uncond_branch_p (ip) ? -1 : 0;
8491 if ((delayed_branch_p (&history[1]) && uncond_branch_p (&history[1]))
8492 || (compact_branch_p (&history[0]) && uncond_branch_p (&history[0])))
4908 uncond_branch_p (const struct mips_cl_insn *ip) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 4608 uncond_branch_p (const struct mips_cl_insn *ip)
7834 uncond_branch_p (ip) ? -1
7839 uncond_branch_p (ip),
7858 int uncond = uncond_branch_p (ip) ? -1 : 0;
8179 if ((delayed_branch_p (&history[1]) && uncond_branch_p (&history[1]))
8180 || (compact_branch_p (&history[0]) && uncond_branch_p (&history[0])))
4599 uncond_branch_p (const struct mips_cl_insn *ip) function

Completed in 27 milliseconds