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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc313 GPUDynInst::isAtomicXor() const function in class:GPUDynInst
315 return _staticInst->isAtomicXor();
H A Dgpu_dyn_inst.hh310 bool isAtomicXor() const;
373 } else if (isAtomicXor()) {
H A Dgpu_static_inst.hh133 bool isAtomicXor() const { return _flags[AtomicXor]; } function in class:GPUStaticInst
/gem5/src/arch/hsail/insts/
H A Dmem.hh1604 } else if (this->isAtomicXor()) {

Completed in 14 milliseconds