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

/gem5/src/cpu/
H A Dstatic_inst.hh127 /// numVecElemDestRegs() and numVecPredDestRegs() equals numDestRegs().
145 int8_t numVecPredDestRegs() const { return _numVecPredDestRegs; } function in class:StaticInst
H A Dbase_dyn_inst.hh600 numVecPredDestRegs() const function in class:BaseDynInst
602 return staticInst->numVecPredDestRegs();
/gem5/src/cpu/o3/
H A Drename_impl.hh702 inst->numVecPredDestRegs(),
/gem5/src/arch/
H A Disa_parser.py1200 self.numVecPredDestRegs = 0
1225 self.numVecPredDestRegs += 1

Completed in 27 milliseconds