Home
last modified time | relevance | path

Searched refs:INSN2_BRANCH_DELAY_32BIT (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1104 #define INSN2_BRANCH_DELAY_32BIT 0x00000040 macro
DChangeLog771 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c3329 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()
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c208 #define BD32 INSN2_BRANCH_DELAY_32BIT /* Used in pinfo2. */