Searched refs:InstCounterType (Results 1 – 1 of 1) sorted by relevance
78 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, NUM_INST_CNTS }; enum140 for (enum InstCounterType T = VM_CNT; T < NUM_INST_CNTS; in BlockWaitcntBrackets()141 T = (enum InstCounterType)(T + 1)) { in BlockWaitcntBrackets()148 static int32_t getWaitCountMax(InstCounterType T) { in getWaitCountMax()162 void setScoreLB(InstCounterType T, int32_t Val) { in setScoreLB()169 void setScoreUB(InstCounterType T, int32_t Val) { in setScoreUB()181 int32_t getScoreLB(InstCounterType T) { in getScoreLB()188 int32_t getScoreUB(InstCounterType T) { in getScoreUB()196 InstCounterType eventCounter(WaitEventType E) { in eventCounter()217 void setRegScore(int GprNo, InstCounterType T, int32_t Val) { in setRegScore()[all …]