Searched refs:RegsPerWindow (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/sparc/
H A Disa.hh148 static const int RegsPerWindow = NumWindowedRegs - WindowOverlap; member in class:SparcISA::ISA
149 static const int TotalWindowed = NWindows * RegsPerWindow;
H A Disa.cc100 ((i - cwp * RegsPerWindow + TotalWindowed) % (TotalWindowed));

Completed in 7 milliseconds