Searched refs:INSN_UNCOND_BRANCH_DELAY (Results 1 – 6 of 6) sorted by relevance
1767 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips()2180 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips16()2182 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in print_insn_mips16()2325 & (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY)) != 0) in print_insn_micromips()2327 if (((op->pinfo & INSN_UNCOND_BRANCH_DELAY) in print_insn_micromips()
144 #define UBD INSN_UNCOND_BRANCH_DELAY
199 #define UBD INSN_UNCOND_BRANCH_DELAY
273 #define UBD INSN_UNCOND_BRANCH_DELAY
1046 #define INSN_UNCOND_BRANCH_DELAY 0x00002000 macro
4372 return (ip->insn_mo->pinfo & (INSN_UNCOND_BRANCH_DELAY in delayed_branch_p()4391 return ((ip->insn_mo->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in uncond_branch_p()