Home
last modified time | relevance | path

Searched refs:INSN2_BRANCH_DELAY_16BIT (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmips.h1110 #define INSN2_BRANCH_DELAY_16BIT 0x00000020 macro
DChangeLog-04151200 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmips.h1110 #define INSN2_BRANCH_DELAY_16BIT 0x00000020 macro
DChangeLog-04151200 (INSN2_BRANCH_DELAY_16BIT, INSN2_BRANCH_DELAY_32BIT): Likewise.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c3468 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()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmicromips-opc.c208 #define BD16 INSN2_BRANCH_DELAY_16BIT /* Used in pinfo2. */
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmicromips-opc.c208 #define BD16 INSN2_BRANCH_DELAY_16BIT /* Used in pinfo2. */