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

/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c358 int instrcount; local
360 instrcount = 0;
386 instrcount++;
460 fprintf(stderr, "%s: %d instructions used\n", appname, instrcount);
531 int instrcount; local
537 instrcount = 0;
603 cur_instr = STAILQ_NEXT(cur_instr, links), instrcount++) {
605 if (check_patch(&cur_patch, instrcount,

Completed in 158 milliseconds