Searched refs:MaxInstDestRegs (Results 1 - 11 of 11) sorted by relevance

/gem5/src/arch/sparc/
H A Dregisters.hh46 using SparcISAInst::MaxInstDestRegs;
/gem5/src/arch/arm/
H A Dregisters.hh59 const int MaxInstSrcRegs = ArmISAInst::MaxInstDestRegs +
61 using ArmISAInst::MaxInstDestRegs;
/gem5/src/arch/power/
H A Dregisters.hh43 using PowerISAInst::MaxInstDestRegs;
/gem5/src/arch/x86/
H A Dregisters.hh55 using X86ISAInst::MaxInstDestRegs;
/gem5/src/arch/alpha/
H A Dregisters.hh44 using AlphaISAInst::MaxInstDestRegs;
/gem5/src/cpu/
H A Dstatic_inst.hh91 MaxInstDestRegs = TheISA::MaxInstDestRegs //< Max dest regs enumerator in enum:StaticInst::__anon121
234 RegId _destRegIdx[MaxInstDestRegs];
H A Dbase_dyn_inst.hh99 MaxInstDestRegs = TheISA::MaxInstDestRegs /// Max dest regs enumerator in enum:BaseDynInst::__anon5
253 std::array<RegId, TheISA::MaxInstDestRegs> _flatDestRegIdx;
258 std::array<PhysRegIdPtr, TheISA::MaxInstDestRegs> _destRegIdx;
268 std::array<PhysRegIdPtr, TheISA::MaxInstDestRegs> _prevDestRegIdx;
/gem5/src/arch/mips/
H A Dregisters.hh47 using MipsISAInst::MaxInstDestRegs;
/gem5/src/cpu/minor/
H A Ddyn_inst.hh232 RegId flatDestRegIdx[TheISA::MaxInstDestRegs];
/gem5/src/cpu/o3/
H A Ddyn_inst.hh76 MaxInstDestRegs = TheISA::MaxInstDestRegs //< Max dest regs enumerator in enum:BaseO3DynInst::__anon26
/gem5/src/arch/riscv/
H A Dregisters.hh69 using RiscvISAInst::MaxInstDestRegs;

Completed in 27 milliseconds