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

/gem5/src/arch/generic/
H A Dtypes.hh303 Addr nnpc() const { return _nnpc; } function in class:GenericISA::DelaySlotPCState
304 void nnpc(Addr val) { _nnpc = val; } function in class:GenericISA::DelaySlotPCState
310 nnpc(val + 2 * sizeof(MachInst));
319 return !(this->nnpc() == this->npc() + sizeof(MachInst) &&
367 pc.pc(), pc.npc(), pc.nnpc());
466 pc.pc(), pc.npc(), pc.nnpc(), pc.upc(), pc.nupc());
/gem5/src/arch/sparc/
H A Dnativetrace.cc81 pc.nnpc();
H A Dremote_gdb.cc216 pc.nnpc(pc.npc() + sizeof(MachInst));
232 pc.nnpc(pc.npc() + sizeof(MachInst));
H A Dfaults.cc554 pc.nnpc(NPC + sizeof(MachInst));
597 pc.nnpc(NPC + sizeof(MachInst));

Completed in 10 milliseconds