Searched refs:WaitEventMaskForInst (Results 1 – 1 of 1) sorted by relevance
107 static const unsigned WaitEventMaskForInst[NUM_INST_CNTS] = { variable226 if (WaitEventMaskForInst[T] & (1 << E)) in eventCounter()261 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent()826 PendingEvents &= ~WaitEventMaskForInst[T]; in applyWaitcnt()1495 const unsigned OldEvents = PendingEvents & WaitEventMaskForInst[T]; in merge()1496 const unsigned OtherEvents = Other.PendingEvents & WaitEventMaskForInst[T]; in merge()