Lines Matching defs:regno
6299 register_info (Ebl *ebl, unsigned int regno, const Ebl_Register_Location *loc,
6305 ssize_t n = ebl_register_info (ebl, regno, name, REGNAMESZ, &pfx, &set,
6310 snprintf (name, REGNAMESZ, "reg%u", loc->regno);
6312 snprintf (name, REGNAMESZ, "??? 0x%x", regno);
6386 regname (Ebl *ebl, unsigned int regno, char *regnamebuf)
6388 register_info (ebl, regno, NULL, regnamebuf, NULL, NULL);
12200 for (int reg = regloc->regno; reg < regloc->regno + regloc->count; ++reg)
12293 int regno;
12302 + ((r->regno - r->regloc->regno)
12363 if (maxnreg < reglocs[i].regno + reglocs[i].count)
12364 maxnreg = reglocs[i].regno + reglocs[i].count;
12374 for (int reg = reglocs[i].regno;
12375 reg < reglocs[i].regno + reglocs[i].count;
12383 info->regno = reg;