Searched defs:isInstPrefetch (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh163 bool isInstPrefetch() const { return flags[IsInstPrefetch]; } function in class:StaticInst
H A Dbase_dyn_inst.hh514 bool isInstPrefetch() const { return staticInst->isInstPrefetch(); } function in class:BaseDynInst

Completed in 12 milliseconds