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

/gem5/src/gpu-compute/
H A Dkernel_cfg.cc109 leaders.insert(instruction->nextInstAddr());
151 BasicBlock* next_bb = basicBlock(last->nextInstAddr());
240 last_instruction->ipdInstNum(last_instruction->nextInstAddr());
H A Dgpu_static_inst.hh66 int nextInstAddr() const { return _instAddr + instSize(); } function in class:GPUStaticInst
/gem5/src/cpu/o3/
H A Dcommit.hh325 Addr nextInstAddr(ThreadID tid) { return pc[tid].nextInstAddr(); } function in class:DefaultCommit
H A Dthread_context.hh371 nextInstAddr() const override
373 return cpu->nextInstAddr(thread->threadId());
H A Dcpu.hh495 Addr nextInstAddr(ThreadID tid);
H A Dcommit_impl.hh878 fromIEW->pc[tid].nextInstAddr());
1295 CPA::cpa()->swAutoBegin(tc, head_inst->nextInstAddr());
H A Dcpu.cc1483 FullO3CPU<Impl>::nextInstAddr(ThreadID tid) function in class:FullO3CPU
1485 return commit.nextInstAddr(tid);
H A Diew_impl.hh1688 inst->nextInstAddr(),
1689 inst->nextInstAddr());
/gem5/src/cpu/checker/
H A Dcpu_impl.hh539 if (inst->nextInstAddr() != thread->nextInstAddr()) {
542 curTick(), inst->nextInstAddr(), thread->nextInstAddr());
681 inst->nextInstAddr(),
H A Dthread_context.hh419 Addr nextInstAddr() const override { return actualTC->nextInstAddr(); }
H A Dcpu.hh450 Addr nextInstAddr() { return thread->nextInstAddr(); } function in class:CheckerCPU
/gem5/src/cpu/
H A Dbase_dyn_inst.hh480 Addr predNextInstAddr() { return predPC.nextInstAddr(); }
880 Addr nextInstAddr() const { return pc.nextInstAddr(); } function in class:BaseDynInst
H A Dthread_context.hh282 virtual Addr nextInstAddr() const = 0;
H A Dsimple_thread.hh535 Addr nextInstAddr() const override { return _pcState.nextInstAddr(); }
/gem5/src/arch/arm/
H A Dnativetrace.cc144 if (tc->nextInstAddr() > 0xffff0000)
/gem5/src/arch/generic/
H A Dtypes.hh81 nextInstAddr() const function in class:GenericISA::PCStateBase
/gem5/src/arch/hsail/insts/
H A Dbranch.hh288 const uint32_t false_pc = nextInstAddr();
/gem5/src/cpu/simple/
H A Dbase.cc608 CPA::cpa()->swAutoBegin(threadContexts[curThread], pc.nextInstAddr());

Completed in 27 milliseconds