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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc342 GPUDynInst::isAtomicInc() const function in class:GPUDynInst
344 return _staticInst->isAtomicInc();
H A Dgpu_dyn_inst.hh315 bool isAtomicInc() const;
383 } else if (isAtomicInc()) {
H A Dgpu_static_inst.hh138 bool isAtomicInc() const { return _flags[AtomicInc]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1607 } else if (this->isAtomicInc()) {

Completed in 16 milliseconds