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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc205 GPUDynInst::isSpecialOp() const function in class:GPUDynInst
207 return _staticInst->isSpecialOp();
H A Dgpu_static_inst.hh106 bool isSpecialOp() const { return _flags[SpecialOp]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh288 bool isSpecialOp() const;
H A Dwavefront.cc549 if (ii->isALU() || ii->isSpecialOp() ||
699 if (ii->isALU() || ii->isSpecialOp() ||

Completed in 13 milliseconds