Searched defs:isNop (Results 1 - 4 of 4) sorted by relevance
/gem5/src/gpu-compute/ | ||
H A D | gpu_dyn_inst.cc | 187 GPUDynInst::isNop() const function in class:GPUDynInst |
H A D | gpu_static_inst.hh | 97 bool isNop() const { return _flags[Nop]; } function in class:GPUStaticInst |
/gem5/src/cpu/ | ||
H A D | static_inst.hh | 156 bool isNop() const { return flags[IsNop]; } function in class:StaticInst |
H A D | base_dyn_inst.hh | 507 bool isNop() const { return staticInst->isNop(); } function in class:BaseDynInst |
Completed in 19 milliseconds