Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1785 | INSN_LOAD_MEMORY)) != 0) in print_insn_mips()
2344 & (INSN_STORE_MEMORY | INSN_LOAD_MEMORY)) != 0) in print_insn_micromips()
DChangeLog-2013101 INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.
104 (CLD): Include INSN_LOAD_MEMORY.
Dmicromips-opc.c203 #define LM INSN_LOAD_MEMORY
Dmips-opc.c276 #define CLD (INSN_LOAD_MEMORY|INSN_COPROC_MEMORY_DELAY)
280 #define LM INSN_LOAD_MEMORY
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1042 #define INSN_LOAD_MEMORY 0x00000800 macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4662 && (insn->pinfo & (INSN_LOAD_MEMORY | INSN_STORE_MEMORY in mips_oddfpreg_ok()
4851 | INSN_LOAD_MEMORY in convert_reg_type()
6171 && (((prev_pinfo & INSN_LOAD_MEMORY) && !gpr_interlocks) in reg_needs_delay()
6262 if (pinfo2 & INSN_LOAD_MEMORY) in insns_between()
6289 if ((!gpr_interlocks && (pinfo1 & INSN_LOAD_MEMORY)) in insns_between()
/toolchain/binutils/binutils-2.25/include/
DChangeLog123 (INSN_LOAD_MEMORY): ...this.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013167 INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.