Home
last modified time | relevance | path

Searched refs:INSN_UNCOND_BRANCH_DELAY (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmips-dis.c2051 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips()
2469 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips16()
2471 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in print_insn_mips16()
2580 & (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY)) != 0) in print_insn_micromips()
2582 if (((op->pinfo & INSN_UNCOND_BRANCH_DELAY) in print_insn_micromips()
Dmips16-opc.c163 #define UBD INSN_UNCOND_BRANCH_DELAY
Dmicromips-opc.c200 #define UBD INSN_UNCOND_BRANCH_DELAY
Dmips-opc.c222 #define UBD INSN_UNCOND_BRANCH_DELAY
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips-dis.c2051 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips()
2469 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0) in print_insn_mips16()
2471 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in print_insn_mips16()
2580 & (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY)) != 0) in print_insn_micromips()
2582 if (((op->pinfo & INSN_UNCOND_BRANCH_DELAY) in print_insn_micromips()
Dmips16-opc.c163 #define UBD INSN_UNCOND_BRANCH_DELAY
Dmicromips-opc.c200 #define UBD INSN_UNCOND_BRANCH_DELAY
Dmips-opc.c222 #define UBD INSN_UNCOND_BRANCH_DELAY
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmips.h1054 #define INSN_UNCOND_BRANCH_DELAY 0x00002000 macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmips.h1054 #define INSN_UNCOND_BRANCH_DELAY 0x00002000 macro
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c4572 return (ip->insn_mo->pinfo & (INSN_UNCOND_BRANCH_DELAY in delayed_branch_p()
4591 return ((ip->insn_mo->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0 in uncond_branch_p()