Home
last modified time | relevance | path

Searched refs:INSN_NO_DELAY_SLOT (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmips16-opc.c186 #define NODS INSN_NO_DELAY_SLOT
187 #define TRAP INSN_NO_DELAY_SLOT
DChangeLog-2011289 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
295 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
Dmicromips-opc.c202 #define NODS INSN_NO_DELAY_SLOT
203 #define TRAP INSN_NO_DELAY_SLOT
263 #define DSP_VOLA INSN_NO_DELAY_SLOT
Dmips-opc.c227 #define NODS INSN_NO_DELAY_SLOT
228 #define TRAP INSN_NO_DELAY_SLOT
385 #define DSP_VOLA INSN_NO_DELAY_SLOT
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmips16-opc.c186 #define NODS INSN_NO_DELAY_SLOT
187 #define TRAP INSN_NO_DELAY_SLOT
DChangeLog-2011289 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
295 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
Dmicromips-opc.c202 #define NODS INSN_NO_DELAY_SLOT
203 #define TRAP INSN_NO_DELAY_SLOT
263 #define DSP_VOLA INSN_NO_DELAY_SLOT
Dmips-opc.c227 #define NODS INSN_NO_DELAY_SLOT
228 #define TRAP INSN_NO_DELAY_SLOT
385 #define DSP_VOLA INSN_NO_DELAY_SLOT
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dmips.h1073 #define INSN_NO_DELAY_SLOT 0x00400000 macro
DChangeLog-04151322 (INSN_NO_DELAY_SLOT): ... this.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dmips.h1073 #define INSN_NO_DELAY_SLOT 0x00400000 macro
DChangeLog-04151322 (INSN_NO_DELAY_SLOT): ... this.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2011882 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c6558 && ((pinfo2 & INSN_NO_DELAY_SLOT) in insns_between()
7136 if (prev_pinfo & INSN_NO_DELAY_SLOT) in can_swap_branch_p()