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

/gem5/src/cpu/o3/
H A Dfree_list.hh100 bool hasFreeRegs() const { return !freeRegs.empty(); } function in class:SimpleFreeList
222 bool hasFreeIntRegs() const { return intList.hasFreeRegs(); }
225 bool hasFreeFloatRegs() const { return floatList.hasFreeRegs(); }
228 bool hasFreeVecRegs() const { return vecList.hasFreeRegs(); }
231 bool hasFreeVecElems() const { return vecElemList.hasFreeRegs(); }
234 bool hasFreeVecPredRegs() const { return predList.hasFreeRegs(); }
237 bool hasFreeCCRegs() const { return ccList.hasFreeRegs(); }

Completed in 3 milliseconds