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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc324 bool GPUDynInst::isAtomicExch() const function in class:GPUDynInst
326 return _staticInst->isAtomicExch();
H A Dgpu_dyn_inst.hh312 bool isAtomicExch() const;
377 } else if (isAtomicExch()) {
H A Dgpu_static_inst.hh135 bool isAtomicExch() const { return _flags[AtomicExch]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1613 } else if (this->isAtomicExch()) {

Completed in 15 milliseconds