Searched refs:INSN2_BRANCH_DELAY_32BIT (Results 1 – 4 of 4) sorted by relevance
1104 #define INSN2_BRANCH_DELAY_32BIT 0x00000040 macro
771 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
3329 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in is_delay_slot_valid()4410 && (ip->insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in get_delay_slot_nop()6851 && (pinfo2 & INSN2_BRANCH_DELAY_32BIT) in can_swap_branch_p()7154 || ((prev_pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in append_insn()8379 & (INSN2_BRANCH_DELAY_32BIT | INSN2_BRANCH_DELAY_16BIT)) in macro_start()8381 case INSN2_BRANCH_DELAY_32BIT: in macro_start()8808 || (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro_build_jalr()9473 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in move_register()11136 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro()11156 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in macro()
208 #define BD32 INSN2_BRANCH_DELAY_32BIT /* Used in pinfo2. */