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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc354 GPUDynInst::isAtomicMax() const function in class:GPUDynInst
356 return _staticInst->isAtomicMax();
H A Dgpu_dyn_inst.hh317 bool isAtomicMax() const;
387 } else if (isAtomicMax()) {
H A Dgpu_static_inst.hh140 bool isAtomicMax() const { return _flags[AtomicMax]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1590 } else if (this->isAtomicMax()) {

Completed in 16 milliseconds