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

/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh54 TheISA::PCState pc, TheISA::PCState predPC,
56 : BaseDynInst<Impl>(staticInst, macroop, pc, predPC, seq_num, cpu)
52 BaseO3DynInst(const StaticInstPtr &staticInst, const StaticInstPtr &macroop, TheISA::PCState pc, TheISA::PCState predPC, InstSeqNum seq_num, O3CPU *cpu) argument
H A Ddyn_inst.hh82 &macroop, TheISA::PCState pc, TheISA::PCState predPC,
/gem5/src/cpu/
H A Dbase_dyn_inst.hh201 TheISA::PCState predPC; member in class:BaseDynInst
416 * @param predPC The predicted next PC state for the instruction.
421 TheISA::PCState pc, TheISA::PCState predPC,
471 predPC = _predPC;
474 const TheISA::PCState &readPredTarg() { return predPC; }
477 Addr predInstAddr() { return predPC.instAddr(); }
480 Addr predNextInstAddr() { return predPC.nextInstAddr(); }
483 Addr predMicroPC() { return predPC.microPC(); }
501 return !(tempPC == predPC);
H A Dbase_dyn_inst_impl.hh77 predPC = _predPC;
/gem5/src/cpu/simple/
H A Dbase.cc569 t_info.predPC = thread->pcState();
571 branchPred->predict(curStaticInst, cur_sn, t_info.predPC,
698 if (t_info.predPC == thread->pcState()) {
H A Dexec_context.hh77 TheISA::PCState predPC; member in class:SimpleExecContext

Completed in 17 milliseconds