Lines Matching defs:dependency

639   int depind;                       /* dependency index */
640 const struct ia64_dependency *dependency; /* actual dependency */
643 int index; /* specific regno/bit within dependency */
651 char *file; /* what file marked this dependency */
652 unsigned int line; /* what line marked this dependency */
7320 -x | -xexplicit turn on dependency violation checking\n\
7321 -xauto automagically remove dependency violations (default)\n\
7322 -xnone turn off dependency violation checking\n\
7323 -xdebug debug dependency violation checker\n\
7324 -xdebugn debug dependency violation checker but turn off\n\
7325 dependency violation checking\n\
7326 -xdebugx debug dependency violation checker and turn on\n\
7327 dependency violation checking\n"),
8288 /* Returns the index of the given dependency in the opcode's list of chks, or
8289 -1 if there is no dependency. */
8347 17) CR[TPR] has a RAW dependency only between mov-to-CR-TPR and
8351 this code; there are no dependency violations based on memory access.
8378 tmpl.dependency = dep;
8395 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
9671 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
10184 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10188 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10204 if (rs->dependency->specifier == IA64_RS_PR
10205 || rs->dependency->specifier == IA64_RS_PRr
10206 || rs->dependency->specifier == IA64_RS_PR63)
10213 dv_mode[rs->dependency->mode],
10214 rs->dependency->specifier != IA64_RS_PR63 ?
10221 dv_mode[rs->dependency->mode],
10224 rs->dependency->specifier != IA64_RS_PR63 ?
10270 const struct ia64_dependency *dep = regdeps[i].dependency;
10349 action, dv_mode[(regdeps[depind].dependency)->mode],
10350 (regdeps[depind].dependency)->name);
10386 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10402 switch (rs->dependency->semantics)
10460 /* Check the resources used by the given opcode against the current dependency
10488 const struct ia64_dependency *dep = rs->dependency;
10507 /* If the dependency wasn't on the path being checked, ignore it. */
10557 "Use of '%s' %s %s dependency '%s' (%s)%s%s",
10706 in an existing dependency, remove that dependency. */
10754 /* Examine the current instruction for dependency violations. */
10769 instruction has the dependency in its chks list which uses that resource,
10777 /* There are several types of dependency semantics, and each has its own
11000 /* Check for dependency violations. */