Searched refs:execAtomic (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh237 execAtomic(GPUDynInstPtr gpuDynInst) function in class:GPUStaticInst
239 fatal("calling execAtomic() on a non-atomic instruction.\n");
/gem5/src/arch/hsail/insts/
H A Dmem.hh1488 gpuDynInst->execContinuation = &GPUStaticInst::execAtomic;
1503 execAtomic(gpuDynInst);
1562 // execAtomic may be called through a continuation
1566 execAtomic(GPUDynInstPtr gpuDynInst) override

Completed in 6 milliseconds