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
1204 /* name, args, match, mask, pinfo, membership */
3859 ((opp->pinfo & (FP_D | FP_S)) != 0
3991 if (op->pinfo == INSN_MACRO
4019 if (op->pinfo != INSN_MACRO
4031 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0)
4039 else if ((op->pinfo & (INSN_COND_BRANCH_DELAY
4048 else if ((op->pinfo & (INSN_STORE_MEMORY
4216 if (op->pinfo != INSN_MACRO
4277 if ((op->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0)
4448 if ((op->pinfo & MIPS16_INSN_READ_PC) == 0
4449 && (op->pinfo & MIPS16_INSN_READ_SP) == 0)