Searched refs:INSN2_BRANCH_DELAY_16BIT (Results 1 – 7 of 7) sorted by relevance
1110 #define INSN2_BRANCH_DELAY_16BIT 0x00000020 macro
1200 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
3468 if ((mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0) in is_size_valid()3516 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; in is_delay_slot_valid()3520 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 in is_delay_slot_valid()7192 && (pinfo2 & INSN2_BRANCH_DELAY_16BIT) in can_swap_branch_p()7588 && (((prev_pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 in append_insn()7593 (prev_pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 ? 16 : 32); in append_insn()8927 & (INSN2_BRANCH_DELAY_32BIT | INSN2_BRANCH_DELAY_16BIT)) in macro_start()8932 case INSN2_BRANCH_DELAY_16BIT: in macro_start()
208 #define BD16 INSN2_BRANCH_DELAY_16BIT /* Used in pinfo2. */