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

/gem5/src/arch/sparc/
H A Dsparc_traits.hh50 const int NumFloatRegs = 64; member in namespace:SparcISA
/gem5/src/arch/x86/
H A Dregisters.hh67 const int NumFloatRegs = member in namespace:X86ISA
/gem5/src/arch/alpha/
H A Dregisters.hh94 const int NumFloatRegs = NumFloatArchRegs; member in namespace:AlphaISA
/gem5/src/arch/power/
H A Dregisters.hh75 const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs; member in namespace:PowerISA
/gem5/src/arch/arm/
H A Dregisters.hh93 const int NumFloatRegs = NumFloatV8ArchRegs + NumFloatSpecialRegs; member in namespace:ArmISA
/gem5/src/arch/mips/
H A Dregisters.hh58 const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;// member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dregisters.hh90 const int NumFloatRegs = 32; member in namespace:RiscvISA

Completed in 14 milliseconds