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

/gem5/src/arch/generic/
H A Dtypes.hh205 MicroPC upc() const { return _upc; } function in class:GenericISA::UPCState
206 void upc(MicroPC val) { _upc = val; } function in class:GenericISA::UPCState
383 MicroPC upc() const { return _upc; } function in class:GenericISA::DelaySlotUPCState
384 void upc(MicroPC val) { _upc = val; } function in class:GenericISA::DelaySlotUPCState
[all...]
/gem5/src/base/
H A Dtypes.hh149 romMicroPC(MicroPC upc) argument
155 normalMicroPC(MicroPC upc) argument
161 isRomMicroPC(MicroPC upc) argument

Completed in 6 milliseconds