Searched refs:INSN2_BRANCH_DELAY_32BIT (Results 1 – 4 of 4) sorted by relevance
1090 #define INSN2_BRANCH_DELAY_32BIT 0x00000040 macro
1200 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
3298 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in is_delay_slot_valid()4402 && (ip->insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in get_delay_slot_nop()6745 && (pinfo2 & INSN2_BRANCH_DELAY_32BIT) in can_swap_branch_p()7045 || ((prev_pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in append_insn()8274 & (INSN2_BRANCH_DELAY_32BIT | INSN2_BRANCH_DELAY_16BIT)) in macro_start()8276 case INSN2_BRANCH_DELAY_32BIT: in macro_start()8703 || (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro_build_jalr()9368 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in move_register()11032 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro()11052 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro()
208 #define BD32 INSN2_BRANCH_DELAY_32BIT /* Used in pinfo2. */