Home
last modified time | relevance | path

Searched refs:INSN_WRITE_GPR_31 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1769 if ((op->pinfo & (INSN_WRITE_GPR_31 | INSN_WRITE_1)) != 0) in print_insn_mips()
1778 if ((op->pinfo & INSN_WRITE_GPR_31) != 0) in print_insn_mips()
2185 if ((op->pinfo & INSN_WRITE_GPR_31) != 0) in print_insn_mips16()
2330 if ((op->pinfo & (INSN_WRITE_GPR_31 | INSN_WRITE_1)) != 0) in print_insn_micromips()
2338 if ((op->pinfo & INSN_WRITE_GPR_31) != 0) in print_insn_micromips()
Dmips16-opc.c157 #define WR_31 INSN_WRITE_GPR_31
Dmicromips-opc.c228 #define WR_31 INSN_WRITE_GPR_31
Dmips-opc.c292 #define WR_31 INSN_WRITE_GPR_31
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1032 #define INSN_WRITE_GPR_31 0x00000040 macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4595 if (pinfo & INSN_WRITE_GPR_31) in gpr_write_mask()
7384 pinfo & INSN_WRITE_GPR_31, in append_insn()
7403 int al = pinfo & INSN_WRITE_GPR_31; in append_insn()