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

/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Dia64.h231 chks are dependencies to check for conflicts when an opcode is
233 opcode is used. chks correspond to readers (RAW) or writers (WAW or
239 const unsigned short *chks; member in struct:ia64_opcode_dependency
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dia64-gen.c198 int *chks; /* Insn classes which read (RAW), write
410 insert_dependencies (int nchks, unsigned short *chks,
421 chkind = insert_deplist (nchks, chks);
808 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
863 /* For WAW entries, if the chks and regs differ, we need to enter the
1555 warn (_("Warning: rsrc %s (%s) has no chks%s\n"),
2447 opcode (chks)
2455 /* Note all resources which point to this opcode. rfi has the most chks
2461 unsigned short chks[256];
2507 if (in_iclass (opc, ics[rs->chks[
197 int *chks; /* Insn classes which read (RAW), write member in struct:rdep
408 insert_dependencies(int nchks, unsigned short *chks, int nregs, unsigned short *regs) argument
2441 unsigned short chks[256]; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.c8288 /* Returns the index of the given dependency in the opcode's list of chks, or
8300 if (depind == DEP (dep->chks[i]))
10162 /* Return whether the given resource is in the given insn's list of chks
10500 note = NOTE (opdeps->chks[chkind]);
10769 instruction has the dependency in its chks list which uses that resource,

Completed in 99 milliseconds