Lines Matching defs:num_gprs
296 int num_gprs;
343 unsigned int num_gprs;
2256 sbuf_printf(s, "DSP General Purpose Registers: %d used, %d total\n", sc->rm->num_used, sc->rm->num_gprs);
2353 maxcount = sc->num_gprs;
2356 rm->num_gprs = (maxcount < EMU_MAX_GPR ? maxcount : EMU_MAX_GPR);
2357 for (i = 0; i < rm->num_gprs; i++)
2390 allocated_gpr = rm->num_gprs;
2393 if (rm->last_free_gpr + count <= rm->num_gprs) {
2402 allocated_gpr = rm->num_gprs;
2410 allocated_gpr = rm->num_gprs;
2422 if (allocated_gpr == rm->num_gprs)
3116 sc->num_gprs = 0x200;
3135 sc->num_gprs = 0x100;