Searched defs:nupc (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/generic/
H A Dtypes.hh208 MicroPC nupc() const { return _nupc; } function in class:GenericISA::UPCState
209 void nupc(MicroPC val) { _nupc = val; } function in class:GenericISA::UPCState
386 MicroPC nupc() const { return _nupc; } function in class:GenericISA::DelaySlotUPCState
387 void nupc(MicroPC val) { _nupc = val; } function in class:GenericISA::DelaySlotUPCState
[all...]

Completed in 6 milliseconds