Lines Matching defs:path

330     int path;                       /* number of alt. entry points seen */
679 int path; /* corresponding code entry index */
691 int path;
702 int path;
711 int path;
719 (((1 << (8 * sizeof(gr_values->path) - 2)) - 1) << 1) + 1,
4915 gr_values[regno - REG_GR].path = md.path;
7509 md.path = 0;
7791 if (md.path == md.maxpaths)
7797 md.entry_labels[md.path++] = S_GET_NAME (sym);
8217 /* which execution path to examine */
8218 int path)
8245 tmpl.path = 0;
8250 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path)
9602 && qp_mutexes[i].path == md.path)
9619 the new mutex on the same execution path with it.
9623 if (qp_mutexes[i].path == md.path)
9729 && qp_implies[i].path == md.path
9743 qp_implies[qp_implieslen].path = md.path;
9788 qp_mutexes[qp_mutexeslen].path = md.path;
9975 gr_values[regno].path = md.path;
9999 gr_values[regno].path = md.path;
10018 qp_mutex (int p1, int p2, int path)
10028 if (qp_mutexes[i].path >= path
10045 int path)
10053 if (qp_mutex (rs->qp_regno, qp_regno, path)
10057 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10189 int path)
10199 regdeps[regdepslen].path = path;
10327 The check is run once for each execution path encountered. In this case,
10328 a unique execution path is the sequence of instructions following a code
10342 int path;
10365 /* Check this resource against each execution path seen thus far. */
10366 for (path = 0; path <= md.path; path++)
10370 /* If the dependency wasn't on the path being checked, ignore it. */
10371 if (rs->path < path)
10391 if (qp_implies[implies].path >= path
10404 CURR_SLOT.qp_regno, path)) != 0)
10411 if (path != 0)
10414 md.entry_labels[path - 1]);
10430 if (path < md.path)
10431 as_warn (_("Only the first path encountering the conflict is reported"));
10470 taken, we stop following that path. The other branch types effectively
10486 int path;
10499 count = specify_resource (dep, idesc, DV_REG, specs, note, md.path);
10504 DEP (opdeps->regs[i]), md.path);
10507 /* The execution path may affect register values, which may in turn
10521 for (path = 0; path < md.path; path++)
10523 count = specify_resource (dep, idesc, DV_REG, specs, note, path);
10526 DEP (opdeps->regs[i]), path);
10555 md.path = 0;