gem5
|
A reconvergence stack entry conveys the necessary state to implement control flow divergence. More...
#include <wavefront.hh>
Public Attributes | |
uint32_t | pc |
PC of current instruction. More... | |
uint32_t | rpc |
PC of the immediate post-dominator instruction, i.e., the value of pc for the first instruction that will be executed by the wavefront when a reconvergence point is reached. More... | |
VectorMask | execMask |
Execution mask. More... | |
A reconvergence stack entry conveys the necessary state to implement control flow divergence.
Definition at line 62 of file wavefront.hh.
VectorMask ReconvergenceStackEntry::execMask |
uint32_t ReconvergenceStackEntry::pc |
PC of current instruction.
Definition at line 66 of file wavefront.hh.
Referenced by Wavefront::setContext().
uint32_t ReconvergenceStackEntry::rpc |
PC of the immediate post-dominator instruction, i.e., the value of pc for the first instruction that will be executed by the wavefront when a reconvergence point is reached.
Definition at line 72 of file wavefront.hh.
Referenced by Wavefront::setContext().