Searched refs:pinfo2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dmips.h243 unsigned long pinfo2; member in struct:mips_opcode
465 /* These are the bits which may be set in the pinfo2 field of an
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1315 || (no_aliases && (op->pinfo2 & INSN2_ALIAS)))
1343 && !(no_aliases && (op->pinfo2 & INSN2_ALIAS))
1996 && !(no_aliases && (op->pinfo2 & INSN2_ALIAS))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2319 unsigned long pinfo1, pinfo2;
2326 pinfo2 = insn2 ? insn2->insn_mo->pinfo : ~0U;
2335 if ((pinfo1 & INSN_READ_LO) && (pinfo2 & INSN_WRITE_LO))
2337 if ((pinfo1 & INSN_READ_HI) && (pinfo2 & INSN_WRITE_HI))
2407 && (pinfo2 & INSN_READ_COND_CODE))
2413 if (pinfo2 & INSN_COP)
2425 && (pinfo2 & INSN_READ_COND_CODE))
2312 unsigned long pinfo1, pinfo2; local

Completed in 111 milliseconds