Searched refs:NUM_INST_CNTS (Results 1 – 1 of 1) sorted by relevance
105 enum InstCounterType { VM_CNT = 0, LGKM_CNT, EXP_CNT, VS_CNT, NUM_INST_CNTS }; enumerator109 enum_iterator<InstCounterType>(NUM_INST_CNTS)); in inst_counter_types()146 static const uint32_t WaitEventMaskForInst[NUM_INST_CNTS] = {220 assert(T < NUM_INST_CNTS); in getScoreLB()221 if (T >= NUM_INST_CNTS) in getScoreLB()227 assert(T < NUM_INST_CNTS); in getScoreUB()228 if (T >= NUM_INST_CNTS) in getScoreUB()315 assert(T < NUM_INST_CNTS); in setScoreLB()316 if (T >= NUM_INST_CNTS) in setScoreLB()322 assert(T < NUM_INST_CNTS); in setScoreUB()[all …]