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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc307 GPUDynInst::isAtomicOr() const function in class:GPUDynInst
309 return _staticInst->isAtomicOr();
H A Dgpu_dyn_inst.hh309 bool isAtomicOr() const;
371 } else if (isAtomicOr()) {
H A Dgpu_static_inst.hh132 bool isAtomicOr() const { return _flags[AtomicOr]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1601 } else if (this->isAtomicOr()) {

Completed in 19 milliseconds