Searched defs:target (Results 51 - 63 of 63) sorted by relevance

123

/gem5/src/cpu/pred/
H A Dbpred_unit.hh192 void BTBUpdate(Addr instPC, const TheISA::PCState &target) argument
263 Addr target; member in struct:BPredUnit::PredictorHistory
[all...]
H A Dmultiperspective_perceptron_tage.hh124 void updateHistoryStack(Addr target, bool taken, bool is_call, argument
H A Dtage_sc_l.cc230 updatePathAndGlobalHistory( ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target) argument
265 updateHistories( ThreadID tid, Addr branch_pc, bool taken, TAGEBase::BranchInfo* b, bool speculative, const StaticInstPtr &inst, Addr target) argument
289 squash(ThreadID tid, bool taken, TAGEBase::BranchInfo *bi, Addr target) argument
H A Dtage_base.cc583 updateHistories(ThreadID tid, Addr branch_pc, bool taken, BranchInfo* bi, bool speculative, const StaticInstPtr &inst, Addr target) argument
624 squash(ThreadID tid, bool taken, TAGEBase::BranchInfo *bi, Addr target) argument
H A Dmultiperspective_perceptron.cc687 unsigned int target = corrTarget; local
H A Dmultiperspective_perceptron_tage.cc187 updateHistories( ThreadID tid, Addr branch_pc, bool taken, TAGEBase::BranchInfo* b, bool speculative, const StaticInstPtr &inst, Addr target) argument
207 updatePathAndGlobalHistory( ThreadHistory& tHist, int brtype, bool taken, Addr branch_pc, Addr target) argument
/gem5/src/mem/cache/
H A Dmshr.cc253 MSHR::allocate(Addr blk_addr, unsigned blk_size, PacketPtr target, argument
[all...]
/gem5/src/systemc/core/
H A Dscheduler.cc228 listContains(ListNode *list, ListNode *target) argument
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc357 ArmKvmCPU::kvmArmVCpuInit(uint32_t target) argument
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h515 inline const sc_unsigned operator << (const sc_concatref& target, uint64 shift) argument
520 inline const sc_unsigned operator << (const sc_concatref& target, int64 shift) argument
525 operator <<( const sc_concatref& target, unsigned long shift ) argument
531 operator <<( const sc_concatref& target, int shift ) argument
537 operator <<( const sc_concatref& target, unsigned int shift ) argument
543 operator <<( const sc_concatref& target, long shift ) argument
548 operator >>(const sc_concatref& target, uint64 shift) argument
553 operator >>(const sc_concatref& target, int64 shift) argument
558 operator >>( const sc_concatref& target, unsigned long shift ) argument
564 operator >>( const sc_concatref& target, int shift ) argument
570 operator >>( const sc_concatref& target, unsigned int shift ) argument
576 operator >>( const sc_concatref& target, long shift ) argument
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh468 operator << (const sc_concatref &target, uint64 shift) argument
474 operator << (const sc_concatref &target, int64 shift) argument
480 operator << (const sc_concatref &target, unsigned long shift) argument
486 operator <<(const sc_concatref &target, int shift) argument
492 operator <<(const sc_concatref &target, unsigned int shift) argument
498 operator <<(const sc_concatref &target, long shift) argument
504 operator >>(const sc_concatref &target, uint64 shift) argument
510 operator >>(const sc_concatref &target, int64 shift) argument
516 operator >>(const sc_concatref &target, unsigned long shift) argument
522 operator >>(const sc_concatref &target, int shift) argument
528 operator >>(const sc_concatref &target, unsigned int shift) argument
534 operator >>(const sc_concatref &target, long shift) argument
[all...]
/gem5/src/cpu/minor/
H A Dexecute.cc220 TheISA::PCState target = thread->pcState(); local
295 updateBranchData( ThreadID tid, BranchData::Reason reason, MinorDynInstPtr inst, const TheISA::PCState &target, BranchData &branch) argument
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc4416 const std::string& target = GTEST_FLAG(stream_result_to); local

Completed in 58 milliseconds

123