Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmips16-opc.c164 #define NODS INSN_NO_DELAY_SLOT
165 #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.c201 #define NODS INSN_NO_DELAY_SLOT
202 #define TRAP INSN_NO_DELAY_SLOT
261 #define DSP_VOLA INSN_NO_DELAY_SLOT
Dmips-opc.c224 #define NODS INSN_NO_DELAY_SLOT
225 #define TRAP INSN_NO_DELAY_SLOT
374 #define DSP_VOLA INSN_NO_DELAY_SLOT
/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h1051 #define INSN_NO_DELAY_SLOT 0x00400000 macro
DChangeLog-04151322 (INSN_NO_DELAY_SLOT): ... this.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2011882 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c6241 && ((pinfo2 & INSN_NO_DELAY_SLOT) in insns_between()
6685 if (prev_pinfo & INSN_NO_DELAY_SLOT) in can_swap_branch_p()