Searched refs:chks (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | ia64-gen.c | 197 int *chks; /* Insn classes which read (RAW), write member 408 insert_dependencies (int nchks, unsigned short *chks, in insert_dependencies() argument 419 chkind = insert_deplist (nchks, chks); in insert_dependencies() 806 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes); in add_dep() 2441 unsigned short chks[256]; local 2487 if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note)) 2497 ic_note, opc->name, ics[rs->chks[j]]->name, 2500 chks[nchks++] = RDEP(ic_note, i); 2502 chks[nchks++] = RDEP(rs->chknotes[j], i); 2514 return insert_dependencies (nchks, chks, nregs, regs);
|
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | ia64.h | 239 const unsigned short *chks; member
|
| /freebsd-12-stable/contrib/binutils/opcodes/po/ |
| D | opcodes.pot | 538 msgid "Warning: rsrc %s (%s) has no chks%s\n"
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 8300 if (depind == DEP (dep->chks[i])) 10500 note = NOTE (opdeps->chks[chkind]);
|