Searched refs:numIntDestRegs (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh126 /// The sum of numFPDestRegs(), numIntDestRegs(), numVecDestRegs(),
139 int8_t numIntDestRegs() const { return _numIntDestRegs; } function in class:StaticInst
H A Dbase_dyn_inst.hh592 int8_t numIntDestRegs() const { return staticInst->numIntDestRegs(); } function in class:BaseDynInst
/gem5/src/cpu/o3/
H A Drename_impl.hh698 if (!renameMap[tid]->canRename(inst->numIntDestRegs(),
/gem5/src/arch/
H A Disa_parser.py1198 self.numIntDestRegs = 0
1221 self.numIntDestRegs += 1

Completed in 25 milliseconds