Searched refs:oldPC (Results 1 - 2 of 2) sorted by relevance

/gem5/src/kern/
H A Dsystem_events.cc46 TheISA::PCState oldPC M5_VAR_USED = tc->pcState();
51 oldPC, tc->pcState());
/gem5/src/cpu/minor/
H A Dexecute.cc841 Addr oldPC; local
843 oldPC = thread->instAddr();
846 } while (oldPC != thread->instAddr());

Completed in 6 milliseconds