Home
last modified time | relevance | path

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

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