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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc301 GPUDynInst::isAtomicAnd() const function in class:GPUDynInst
303 return _staticInst->isAtomicAnd();
H A Dgpu_dyn_inst.hh308 bool isAtomicAnd() const;
369 if (isAtomicAnd()) {
H A Dgpu_static_inst.hh131 bool isAtomicAnd() const { return _flags[AtomicAnd]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1598 } else if (this->isAtomicAnd()) {

Completed in 20 milliseconds