Lines Matching refs:regloc
12180 handle_bit_registers (const Ebl_Register_Location *regloc, const void *desc,
12183 desc += regloc->offset;
12192 const Ebl_Register_Location *regloc, const void *desc,
12195 if (regloc->bits % 8 != 0)
12196 return handle_bit_registers (regloc, desc, colno);
12198 desc += regloc->offset;
12200 for (int reg = regloc->regno; reg < regloc->regno + regloc->count; ++reg)
12205 register_info (ebl, reg, regloc, name, &bits, &type);
12279 desc += regloc->pad;
12290 const Ebl_Register_Location *regloc;
12301 return (r->regloc->offset * 8
12302 + ((r->regno - r->regloc->regno)
12303 * (r->regloc->bits + r->regloc->pad * 8)));
12322 if (r1->regloc == NULL)
12323 return r2->regloc == NULL ? 0 : 1;
12324 if (r2->regloc == NULL)
12346 return (a < ®s[maxnreg] && a->regloc != NULL
12347 && b < ®s[maxnreg] && b->regloc != NULL
12382 info->regloc = ®locs[i];
12394 if (regs[i].regloc != NULL
12415 reg += reg->regloc->count ?: 1)
12417 reg->regloc, desc, colno);