Searched refs:isNop (Results 1 - 9 of 9) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc187 GPUDynInst::isNop() const function in class:GPUDynInst
189 return _staticInst->isNop();
H A Dgpu_static_inst.hh97 bool isNop() const { return _flags[Nop]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh285 bool isNop() const;
H A Dwavefront.cc189 if (status != S_STOPPED && (ii->isNop() ||
353 if (!(ii->isBarrier() || ii->isNop() || ii->isReturn() || ii->isBranch() ||
375 } else if (type == I_ALU && ii->isNop()) {
/gem5/src/cpu/
H A Dstatic_inst.hh156 bool isNop() const { return flags[IsNop]; } function in class:StaticInst
H A Dbase_dyn_inst.hh507 bool isNop() const { return staticInst->isNop(); } function in class:BaseDynInst
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc340 if (!head_inst->isNop()) {
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1405 if (!inst->isNop() && !inst->isInstPrefetch()) {
H A Diew_impl.hh1116 } else if (inst->isNop()) {

Completed in 34 milliseconds