Searched refs:branching (Results 1 - 8 of 8) sorted by relevance

/gem5/src/arch/riscv/
H A Dtypes.hh74 branching() const function in class:RiscvISA::PCState
/gem5/src/arch/generic/
H A Dtypes.hh171 branching() const function in class:GenericISA::SimplePCState
229 branching() const function in class:GenericISA::UPCState
317 branching() const function in class:GenericISA::DelaySlotPCState
407 branching() const function in class:GenericISA::DelaySlotUPCState
409 return Base::branching() || this->nupc() != this->upc() + 1;
/gem5/src/cpu/simple/
H A Dbase.cc675 const bool branching(thread->pcState().branching());
703 branchPred->squash(cur_sn, thread->pcState(), branching, curThread);
/gem5/src/arch/x86/
H A Dtypes.hh318 branching() const function in class:X86ISA::PCState
/gem5/src/arch/arm/
H A Dtypes.hh295 branching() const function in class:ArmISA::PCState
/gem5/src/cpu/o3/
H A Ddecode_impl.hh318 toFetch->decodeInfo[tid].branchTaken = inst->pcState().branching();
H A Dfetch_impl.hh1348 // If we're branching after this instruction, quit fetching
1350 predictedBranch |= thisPC.branching();
H A Diew_impl.hh509 toCommit->branchTaken[tid] = inst->pcState().branching();

Completed in 27 milliseconds