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

/gem5/src/arch/sparc/
H A Disa.hh143 static const int NumGlobalRegs = 8; member in class:SparcISA::ISA
147 static const int TotalGlobals = (MaxGL + 1) * NumGlobalRegs;
153 CurrentWindowOffset = CurrentGlobalsOffset + NumGlobalRegs,
156 NextWindowOffset = NextGlobalsOffset + NumGlobalRegs,
158 PreviousWindowOffset = PreviousGlobalsOffset + NumGlobalRegs,
H A Disa.cc106 assert(offset >= 0 && offset + NumGlobalRegs <= NumIntRegs);
109 for (int i = 1; i < NumGlobalRegs; i++)
110 mapChunk[i] = i + gl * NumGlobalRegs;

Completed in 7 milliseconds