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

/gem5/src/arch/riscv/
H A Dtypes.hh78 nupc() != upc() + 1;
81 nupc() != upc() + 1;
/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
222 nupc(1);
232 this->nupc() != this->upc() + 1;
288 pc.pc(), pc.npc(), pc.upc(), pc.nupc());
386 MicroPC nupc() const { return _nupc; } function in class:GenericISA::DelaySlotUPCState
387 void nupc(MicroPC val) { _nupc = val; } function in class:GenericISA::DelaySlotUPCState
400 nupc(1);
409 return Base::branching() || this->nupc() != this->upc() + 1;
466 pc.pc(), pc.npc(), pc.nnpc(), pc.upc(), pc.nupc());
[all...]
/gem5/src/arch/sparc/
H A Dremote_gdb.cc218 pc.nupc(1);
234 pc.nupc(1);
H A Dfaults.cc556 pc.nupc(1);
599 pc.nupc(1);
/gem5/src/arch/x86/
H A Dfaults.cc93 pcState.nupc(romMicroPC(entry) + 1);
299 pc.nupc(romMicroPC(entry) + 1);
H A Dtypes.hh321 (this->nupc() != this->upc() + 1);
H A Dutility.cc84 pc.nupc(1);
/gem5/src/arch/arm/
H A Dtypes.hh422 nupc(1);
/gem5/src/cpu/minor/
H A Dfetch2.cc455 fetch_info.pc.nupc(1);

Completed in 21 milliseconds