Searched refs:NumMicroIntRegs (Results 1 - 10 of 10) sorted by relevance

/gem5/src/arch/sparc/
H A Dsparc_traits.hh44 // const int NumMicroIntRegs = 1;
45 const int NumMicroIntRegs = 9; member in namespace:SparcISA
48 // const int NumMicroIntRegs = 1;
49 // const int NumIntRegs = NumRegularIntRegs + NumMicroIntRegs;
H A Dregisters.hh76 const int NumIntRegs = (MaxGL + 1) * 8 + NWindows * 16 + NumMicroIntRegs;
H A Disa.hh155 NextGlobalsOffset = MicroIntOffset + NumMicroIntRegs,
H A Dutility.cc225 for (int y = NumIntArchRegs; y < NumIntArchRegs + NumMicroIntRegs; ++y)
H A Disa.cc85 for (int i = 0; i < NumMicroIntRegs; i++)
/gem5/src/arch/x86/
H A Dregisters.hh60 const int NumIntRegs = NumIntArchRegs + NumMicroIntRegs + NumImplicitIntRegs;
H A Dx86_traits.hh47 const int NumMicroIntRegs = 16; member in namespace:X86ISA
H A Dutility.cc90 for (int index = 0; index < NumMicroIntRegs; index++) {
/gem5/src/arch/x86/regs/
H A Dint.hh164 return (IntRegIndex)(NUM_INTREGS + NumMicroIntRegs + index);
/gem5/src/arch/riscv/
H A Dregisters.hh88 const int NumMicroIntRegs = 1; member in namespace:RiscvISA
89 const int NumIntRegs = NumIntArchRegs + NumMicroIntRegs;

Completed in 11 milliseconds