Searched refs:MaxMiscDestRegs (Results 1 - 8 of 8) sorted by relevance

/gem5/src/arch/power/
H A Dregisters.hh47 const int MaxMiscDestRegs = PowerISAInst::MaxMiscDestRegs + 1; member in namespace:PowerISA
/gem5/src/arch/sparc/
H A Dregisters.hh47 using SparcISAInst::MaxMiscDestRegs;
/gem5/src/arch/alpha/
H A Dregisters.hh47 const int MaxMiscDestRegs = AlphaISAInst::MaxMiscDestRegs + 1; member in namespace:AlphaISA
/gem5/src/arch/x86/
H A Dregisters.hh56 using X86ISAInst::MaxMiscDestRegs;
/gem5/src/arch/arm/
H A Dregisters.hh62 using ArmISAInst::MaxMiscDestRegs;
/gem5/src/cpu/o3/
H A Ddyn_inst.hh111 std::array<RegVal, TheISA::MaxMiscDestRegs> _destMiscRegVal;
117 std::array<short, TheISA::MaxMiscDestRegs> _destMiscRegIdx;
164 assert(_numDestMiscRegs < TheISA::MaxMiscDestRegs);
/gem5/src/arch/mips/
H A Dregisters.hh48 using MipsISAInst::MaxMiscDestRegs;
/gem5/src/arch/riscv/
H A Dregisters.hh70 const int MaxMiscDestRegs = 1; member in namespace:RiscvISA

Completed in 17 milliseconds