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

/gem5/src/arch/generic/
H A Dtypes.hh299 Addr _nnpc; member in class:GenericISA::DelaySlotPCState
303 Addr nnpc() const { return _nnpc; }
304 void nnpc(Addr val) { _nnpc = val; }
329 Base::_npc = _nnpc;
330 _nnpc += sizeof(MachInst);
338 _nnpc == opc._nnpc;
351 SERIALIZE_SCALAR(_nnpc); variable
358 UNSERIALIZE_SCALAR(_nnpc); variable
434 Base::_nnpc
[all...]

Completed in 6 milliseconds