Searched refs:EMU_MAX_GPR (Results 1 – 1 of 1) sorted by relevance
249 #define EMU_MAX_GPR 512 macro294 signed int allocmap[EMU_MAX_GPR];2381 rm->num_gprs = (maxcount < EMU_MAX_GPR ? maxcount : EMU_MAX_GPR); in emu_rm_init()