Searched defs:NumIntRegs (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/sparc/
H A Dregisters.hh76 const int NumIntRegs = (MaxGL + 1) * 8 + NWindows * 16 + NumMicroIntRegs; member in namespace:SparcISA
/gem5/src/arch/x86/
H A Dregisters.hh60 const int NumIntRegs = NumIntArchRegs + NumMicroIntRegs + NumImplicitIntRegs; member in namespace:X86ISA
/gem5/src/arch/alpha/
H A Dregisters.hh93 const int NumIntRegs = NumIntArchRegs + NumPALShadowRegs; member in namespace:AlphaISA
/gem5/src/arch/power/
H A Dregisters.hh74 const int NumIntRegs = NumIntArchRegs + NumIntSpecialRegs; member in namespace:PowerISA
/gem5/src/arch/arm/
H A Dregisters.hh92 const int NumIntRegs = NUM_INTREGS; member in namespace:ArmISA
/gem5/src/arch/mips/
H A Dregisters.hh57 const int NumIntRegs = NumIntArchRegs + NumIntSpecialRegs; //HI & LO Regs member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dregisters.hh89 const int NumIntRegs = NumIntArchRegs + NumMicroIntRegs; member in namespace:RiscvISA

Completed in 15 milliseconds