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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc330 GPUDynInst::isAtomicAdd() const function in class:GPUDynInst
332 return _staticInst->isAtomicAdd();
H A Dgpu_dyn_inst.hh313 bool isAtomicAdd() const;
379 } else if (isAtomicAdd()) {
H A Dgpu_static_inst.hh136 bool isAtomicAdd() const { return _flags[AtomicAdd]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1584 if (this->isAtomicAdd()) {

Completed in 15 milliseconds