On Wed, June 29, 2011 9:18 am, Griffin Wright wrote: > > Hello, > > From what I can tell, the ARM architecture supports 16 registers, but > within m5, calling TheISA::NumIntRegs returns a value of 39. I'm not an > ARM ISA expert, so I was wondering if someone could give some insight into > the discrepancy here. > > Thanks, > Griffin Wright > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
Griffin, check this file -- src/arch/arm/intregs.hh, it has all the integer registers for the ARM architecture. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
