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

/gem5/src/cpu/
H A Dstatic_inst.cc87 tgt = branchTarget(pc);
92 tgt = branchTarget(tc);
107 StaticInst::branchTarget(const TheISA::PCState &pc) const function in class:StaticInst
109 panic("StaticInst::branchTarget() called on instruction "
115 StaticInst::branchTarget(ThreadContext *tc) const function in class:StaticInst
117 panic("StaticInst::branchTarget() called on instruction "
H A Dstatic_inst.hh301 virtual TheISA::PCState branchTarget(const TheISA::PCState &pc) const;
310 virtual TheISA::PCState branchTarget(ThreadContext *tc) const;
H A Dbase_dyn_inst.hh580 TheISA::PCState branchTarget() const function in class:BaseDynInst
581 { return staticInst->branchTarget(pc); }
/gem5/src/arch/power/insts/
H A Dbranch.hh89 PowerISA::PCState branchTarget(const PowerISA::PCState &pc) const override;
91 /// Explicitly import the otherwise hidden branchTarget
92 using StaticInst::branchTarget;
119 PowerISA::PCState branchTarget(const PowerISA::PCState &pc) const override;
121 /// Explicitly import the otherwise hidden branchTarget
122 using StaticInst::branchTarget;
198 PowerISA::PCState branchTarget(const PowerISA::PCState &pc) const override;
200 /// Explicitly import the otherwise hidden branchTarget
201 using StaticInst::branchTarget;
228 PowerISA::PCState branchTarget(cons
[all...]
H A Dbranch.cc57 BranchPCRel::branchTarget(const PowerISA::PCState &pc) const function in class:BranchPCRel
81 BranchNonPCRel::branchTarget(const PowerISA::PCState &pc) const function in class:BranchNonPCRel
103 BranchPCRelCond::branchTarget(const PowerISA::PCState &pc) const function in class:BranchPCRelCond
129 BranchNonPCRelCond::branchTarget(const PowerISA::PCState &pc) const function in class:BranchNonPCRelCond
154 BranchRegCond::branchTarget(ThreadContext *tc) const function in class:BranchRegCond
/gem5/src/arch/arm/insts/
H A Dbranch64.hh58 ArmISA::PCState branchTarget(
61 /// Explicitly import the otherwise hidden branchTarget
62 using StaticInst::branchTarget;
138 ArmISA::PCState branchTarget(
141 /// Explicitly import the otherwise hidden branchTarget
142 using StaticInst::branchTarget;
164 ArmISA::PCState branchTarget(
167 /// Explicitly import the otherwise hidden branchTarget
168 using StaticInst::branchTarget;
H A Dbranch64.cc46 BranchImm64::branchTarget(const ArmISA::PCState &branchPC) const function in class:ArmISA::BranchImm64
55 BranchImmReg64::branchTarget(const ArmISA::PCState &branchPC) const function in class:ArmISA::BranchImmReg64
64 BranchImmImmReg64::branchTarget(const ArmISA::PCState &branchPC) const function in class:ArmISA::BranchImmImmReg64
/gem5/src/cpu/o3/
H A Ddecode_impl.hh317 toFetch->decodeInfo[tid].nextPC = inst->branchTarget();
742 if (!(inst->branchTarget() == inst->readPredTarg())) {
748 TheISA::PCState target = inst->branchTarget();

Completed in 18 milliseconds