Lines Matching defs:chks
198 int *chks; /* Insn classes which read (RAW), write
410 insert_dependencies (int nchks, unsigned short *chks,
421 chkind = insert_deplist (nchks, chks);
805 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
860 /* For WAW entries, if the chks and regs differ, we need to enter the
1568 warn (_("Warning: rsrc %s (%s) has no chks\n"),
1571 warn (_("Warning: rsrc %s (%s) has no chks or regs\n"),
2444 opcode (chks)
2451 /* Note all resources which point to this opcode. rfi has the most chks
2457 unsigned short chks[256];
2503 if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note))
2513 ic_note, opc->name, ics[rs->chks[j]]->name,
2516 chks[nchks++] = RDEP(ic_note, i);
2518 chks[nchks++] = RDEP(rs->chknotes[j], i);
2530 return insert_dependencies (nchks, chks, nregs, regs);