Searched refs:oldpc (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/checker/
H A Dcpu_impl.hh411 Addr oldpc; local
414 oldpc = thread->instAddr();
417 } while (oldpc != thread->instAddr());
/gem5/src/cpu/simple/
H A Dbase.cc144 Addr oldpc, pc = threadInfo[curThread]->thread->instAddr(); local
146 oldpc = pc;
149 } while (oldpc != pc);
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1108 Addr oldpc; local
1114 oldpc = pc[tid].instAddr();
1117 } while (oldpc != pc[tid].instAddr());

Completed in 13 milliseconds