Searched refs:INSN_UNCOND_BRANCH_DELAY (Results 1 – 11 of 11) sorted by relevance
2051 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips()2469 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips16()2471 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in print_insn_mips16()2580 & (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY)) != 0) in print_insn_micromips()2582 if (((op->pinfo & INSN_UNCOND_BRANCH_DELAY) in print_insn_micromips()
163 #define UBD INSN_UNCOND_BRANCH_DELAY
200 #define UBD INSN_UNCOND_BRANCH_DELAY
222 #define UBD INSN_UNCOND_BRANCH_DELAY
1054 #define INSN_UNCOND_BRANCH_DELAY 0x00002000 macro
4572 return (ip->insn_mo->pinfo & (INSN_UNCOND_BRANCH_DELAY in delayed_branch_p()4591 return ((ip->insn_mo->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in uncond_branch_p()