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

/gem5/src/arch/generic/
H A Dtypes.hh201 MicroPC _nupc; member in class:GenericISA::UPCState
208 MicroPC nupc() const { return _nupc; }
209 void nupc(MicroPC val) { _nupc = val; }
225 UPCState() : _upc(0), _nupc(0) {}
226 UPCState(Addr val) : _upc(0), _nupc(0) { set(val); }
239 _upc = _nupc;
240 _nupc++;
249 _nupc = 1;
257 _upc == opc._upc && _nupc == opc._nupc;
271 SERIALIZE_SCALAR(_nupc); variable
279 UNSERIALIZE_SCALAR(_nupc); variable
379 MicroPC _nupc; member in class:GenericISA::DelaySlotUPCState
449 SERIALIZE_SCALAR(_nupc); variable
457 UNSERIALIZE_SCALAR(_nupc); variable
[all...]

Completed in 4 milliseconds