Home
last modified time | relevance | path

Searched refs:INSN_READ_FPR_S (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
HDmips.h417 #define INSN_READ_FPR_S 0x00000100 macro
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-opc.c51 #define RD_S INSN_READ_FPR_S
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c2086 if ((ip->insn_mo->pinfo & INSN_READ_FPR_S) in insn_uses_reg()
2909 if ((pinfo & (INSN_WRITE_FPR_S | INSN_READ_FPR_S)) != 0) in append_insn()