Lines Matching defs:dependency

663   int depind;                       /* dependency index */
664 const struct ia64_dependency *dependency; /* actual dependency */
667 int index; /* specific regno/bit within dependency */
675 const char *file; /* what file marked this dependency */
676 unsigned int line; /* what line marked this dependency */
7156 -x | -xexplicit turn on dependency violation checking\n"), stream);
7159 -xauto automagically remove dependency violations (default)\n\
7160 -xnone turn off dependency violation checking\n\
7161 -xdebug debug dependency violation checker\n\
7162 -xdebugn debug dependency violation checker but turn off\n\
7163 dependency violation checking\n\
7164 -xdebugx debug dependency violation checker and turn on\n\
7165 dependency violation checking\n"),
7506 /* Don't turn on dependency checking for VMS, doesn't work. */
8123 /* Returns the index of the given dependency in the opcode's list of chks, or
8124 -1 if there is no dependency. */
8180 17) CR[TPR] has a RAW dependency only between mov-to-CR-TPR and
8184 this code; there are no dependency violations based on memory access.
8214 tmpl.dependency = dep;
8231 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
9544 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
10040 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10044 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10060 if (rs->dependency->specifier == IA64_RS_PR
10061 || rs->dependency->specifier == IA64_RS_PRr
10062 || rs->dependency->specifier == IA64_RS_PR63)
10069 dv_mode[rs->dependency->mode],
10070 rs->dependency->specifier != IA64_RS_PR63 ?
10077 dv_mode[rs->dependency->mode],
10080 rs->dependency->specifier != IA64_RS_PR63 ?
10123 const struct ia64_dependency *dep = regdeps[i].dependency;
10197 action, dv_mode[(regdeps[depind].dependency)->mode],
10198 (regdeps[depind].dependency)->name);
10234 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10249 switch (rs->dependency->semantics)
10307 /* Check the resources used by the given opcode against the current dependency
10334 const struct ia64_dependency *dep = rs->dependency;
10353 /* If the dependency wasn't on the path being checked, ignore it. */
10403 "Use of '%s' %s %s dependency '%s' (%s)%s%s",
10548 in an existing dependency, remove that dependency. */
10596 /* Examine the current instruction for dependency violations. */
10610 instruction has the dependency in its chks list which uses that resource,
10618 /* There are several types of dependency semantics, and each has its own
10842 /* Check for dependency violations. */