Searched refs:isInstPrefetch (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh163 bool isInstPrefetch() const { return flags[IsInstPrefetch]; } function in class:StaticInst
165 bool isPrefetch() const { return isInstPrefetch() ||
H A Dbase_dyn_inst.hh514 bool isInstPrefetch() const { return staticInst->isInstPrefetch(); } function in class:BaseDynInst
/gem5/src/arch/arm/insts/
H A Dmem64.cc67 if (isDataPrefetch()||isInstPrefetch()){
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1405 if (!inst->isNop() && !inst->isInstPrefetch()) {
H A Diew_impl.hh1298 if (inst->isDataPrefetch() || inst->isInstPrefetch()) {

Completed in 21 milliseconds