Searched refs:S_STOPPED (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dwavefront.cc57 status = S_STOPPED;
189 if (status != S_STOPPED && (ii->isNop() ||
204 if (status != S_STOPPED && ii->isBarrier()) {
217 if (status != S_STOPPED && ii->isGlobalMem()) {
230 if (status != S_STOPPED && ii->isLocalMem()) {
243 if (status != S_STOPPED && ii->isPrivateSeg()) {
256 if (status != S_STOPPED && ii->isFlat()) {
308 if (status == S_STOPPED || status == S_RETURNING ||
646 if (status == S_STOPPED || status == S_RETURNING ||
H A Dwavefront.hh151 enum status_e {S_STOPPED,S_RETURNING,S_RUNNING}; enumerator in enum:Wavefront::status_e
H A Dcompute_unit.cc341 if (w->status == Wavefront::S_STOPPED) {
397 if (wfList[i][j]->status == Wavefront::S_STOPPED) {
642 w->status = Wavefront::S_STOPPED;
1783 if (wfList[simdId][i_wf]->status != Wavefront::S_STOPPED) {
/gem5/src/arch/hsail/insts/
H A Dmain.cc153 w->status = Wavefront::S_STOPPED;

Completed in 16 milliseconds