Searched refs:checkPRF (Results 1 – 2 of 2) sorted by relevance
62 bool checkPRF(const InstRef &IR);76 return checkRCU(IR) && checkPRF(IR) && checkScheduler(IR); in canDispatch()
36 bool DispatchStage::checkPRF(const InstRef &IR) { in checkPRF() function in mca::DispatchStage