You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds semantics for the event register instructions: WFE, SEV, SEVL
The three instructions interact with event registers as follows:
SEVL: Send Event Local. Sets the current PE's event register to 1.
SEV: Send Event. Sets every PE's event register to 1 (broadcast wake-up).
WFE: Wait For Event. If the event register is 1, clear it and fall through.
If it is 0, wait until some other PE issues SEV before clearing and continuing.
The event register is modelled as a per-thread symbolic memory location
0 commit comments