Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1784 else if ((op->pinfo & (INSN_STORE_MEMORY in print_insn_mips()
2344 & (INSN_STORE_MEMORY | INSN_LOAD_MEMORY)) != 0) in print_insn_micromips()
Dmicromips-opc.c204 #define SM INSN_STORE_MEMORY
Dmips-opc.c281 #define SM INSN_STORE_MEMORY
DChangeLog-92972922 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1067 #define INSN_STORE_MEMORY 0x00800000 macro
DChangeLog-91032522 * mips.h (INSN_STORE_MEMORY): Correct value to not conflict with
2527 * mips.h (INSN_STORE_MEMORY): Define.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4662 && (insn->pinfo & (INSN_LOAD_MEMORY | INSN_STORE_MEMORY in mips_oddfpreg_ok()
4852 | INSN_STORE_MEMORY))) in convert_reg_type()
6516 if ((hist[0].insn_mo->pinfo & INSN_STORE_MEMORY) == 0) in nops_for_24k()
6525 if ((insn->insn_mo->pinfo & INSN_STORE_MEMORY) == 0 in nops_for_24k()
6526 || (hist[1].insn_mo->pinfo & INSN_STORE_MEMORY) == 0) in nops_for_24k()