Searched refs:old_pc (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/hsail/
H A Dgpu_isa.hh70 advancePC(uint32_t old_pc, GPUDynInstPtr gpuDynInst) argument
72 return old_pc + sizeof(RawMachInst);
/gem5/src/cpu/minor/
H A Dlsq.cc81 TheISA::PCState old_pc = thread.pcState(); local
93 thread.pcState(old_pc);
103 TheISA::PCState old_pc = thread.pcState(); local
110 thread.pcState(old_pc);
1122 TheISA::PCState old_pc = thread.pcState(); local
1137 thread.pcState(old_pc);
H A Dexecute.cc462 TheISA::PCState old_pc = thread->pcState(); local
511 thread->pcState(old_pc);
/gem5/src/gpu-compute/
H A Dwavefront.cc655 const uint32_t old_pc = pc(); local
658 ii->disassemble(), old_pc);
672 if (pc() == old_pc) {
673 uint32_t new_pc = _gpuISA.advancePC(old_pc, ii);

Completed in 19 milliseconds