Lines Matching defs:registers
463 * Sort the registers by address with a simple insertion sort.
467 symlist_t registers;
484 SLIST_INIT(®isters);
499 symlist_add(®isters, cursym, SYMLIST_SORT);
536 SLIST_FOREACH(curnode, ®isters, links) {
584 regnode = symlist_search(®isters, regname);
596 regnode = symlist_search(®isters, regname);
601 while (SLIST_FIRST(®isters) != NULL) {
607 curnode = SLIST_FIRST(®isters);
608 SLIST_REMOVE_HEAD(®isters, links);