Lines Matching defs:pinfo
263 that is used. If pinfo is INSN_MACRO, then this is 0. */
265 /* If pinfo is not INSN_MACRO, then this is a bit mask for the
268 then we have found the correct instruction. If pinfo is
274 unsigned long pinfo;
427 /* These are the bits which may be set in the pinfo field of an
1217 /* name, args, match, mask, pinfo, membership */
3895 ((opp->pinfo & (FP_D | FP_S)) != 0
4027 if (op->pinfo == INSN_MACRO
4055 if (op->pinfo != INSN_MACRO
4067 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0)
4075 else if ((op->pinfo & (INSN_COND_BRANCH_DELAY
4084 else if ((op->pinfo & (INSN_STORE_MEMORY
4252 if (op->pinfo != INSN_MACRO
4313 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0)
4484 if ((op->pinfo & MIPS16_INSN_READ_PC) == 0
4485 && (op->pinfo & MIPS16_INSN_READ_SP) == 0)