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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc319 GPUDynInst::isAtomicCAS() const function in class:GPUDynInst
321 return _staticInst->isAtomicCAS();
H A Dgpu_dyn_inst.hh311 bool isAtomicCAS() const;
375 } else if (isAtomicCAS()) {
H A Dgpu_static_inst.hh134 bool isAtomicCAS() const { return _flags[AtomicCAS]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1615 } else if (this->isAtomicCAS()) {

Completed in 16 milliseconds