Searched defs:inst (Results 51 - 75 of 96) sorted by relevance

1234

/gem5/src/cpu/minor/
H A Ddyn_inst.cc118 operator <<(std::ostream &os, const MinorDynInst &inst) argument
[all...]
H A Dpipe_data.hh124 MinorDynInstPtr inst; member in class:Minor::BranchData
H A Dfetch2.cc128 MinorDynInstPtr inst = branch.inst; local
188 predictBranch(MinorDynInstPtr inst, BranchData &branch) argument
[all...]
/gem5/src/cpu/pred/
H A Dtage_sc_l_64KB.cc141 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo* tage_bi, Addr corrTarget) argument
H A Dbpred_unit.hh266 const StaticInstPtr inst; member in struct:BPredUnit::PredictorHistory
204 PredictorHistory(const InstSeqNum &seq_num, Addr instPC, bool pred_taken, void *bp_history, void *indirect_history, ThreadID _tid, const StaticInstPtr & inst) argument
H A Dtage_sc_l.cc265 updateHistories( ThreadID tid, Addr branch_pc, bool taken, TAGEBase::BranchInfo* b, bool speculative, const StaticInstPtr &inst, Addr target) argument
413 update(ThreadID tid, Addr branch_pc, bool taken, void *bp_history, bool squashed, const StaticInstPtr & inst, Addr corrTarget) argument
H A Dstatistical_corrector.cc288 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo * tage_bi, Addr corrTarget) argument
H A Dtage_sc_l_8KB.cc104 scHistoryUpdate(Addr branch_pc, const StaticInstPtr &inst, bool taken, BranchInfo *tage_bi, Addr corrTarget) argument
/gem5/src/cpu/simple/
H A Dbase.hh106 TheISA::MachInst inst; member in class:BaseSimpleCPU
/gem5/src/arch/alpha/
H A Dev5.hh105 inline int Opcode(MachInst inst) { return inst >> 26 & 0x3f; } argument
106 inline int Ra(MachInst inst) { return inst >> 21 & 0x1f; } argument
H A Dstacktrace.cc126 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
237 StackTrace::decodeStack(MachInst inst, int &disp) argument
278 StackTrace::decodeSave(MachInst inst, in argument
314 MachInst inst = tc->getVirtProxy().read<MachInst>(pc); local
[all...]
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh211 DynInstPtr inst; member in class:MemDepUnit::MemDepEntry
[all...]
H A Ddecode_impl.hh306 DefaultDecode<Impl>::squash(const DynInstPtr &inst, ThreadID tid) argument
408 DynInstPtr inst = NULL; local
677 DynInstPtr inst = std::move(insts_to_decode.front()); local
[all...]
H A Drob_impl.hh206 ROB<Impl>::insertInst(const DynInstPtr &inst) argument
[all...]
H A Dmem_dep_unit_impl.hh174 MemDepUnit<MemDepPred, Impl>::insert(const DynInstPtr &inst) argument
271 insertNonSpec(const DynInstPtr &inst) argument
343 regsReady(const DynInstPtr &inst) argument
366 nonSpecInstReady(const DynInstPtr &inst) argument
379 reschedule(const DynInstPtr &inst) argument
407 completed(const DynInstPtr &inst) argument
431 completeBarrier(const DynInstPtr &inst) argument
452 wakeDependents(const DynInstPtr &inst) argument
552 issue(const DynInstPtr &inst) argument
562 findInHash(const DynInstConstPtr &inst) argument
[all...]
H A Dcommit_impl.hh712 const DynInstPtr &inst = rob->readHeadInst(tid); local
1348 const DynInstPtr &inst = fromRename->insts[inst_num]; local
1395 updateComInstStats(const DynInstPtr &inst) argument
[all...]
H A Dlsq_unit_impl.hh116 DynInstPtr inst = state->inst; local
276 insert(const DynInstPtr &inst) argument
451 checkViolations(typename LoadQueue::iterator& loadIt, const DynInstPtr& inst) argument
532 executeLoad(const DynInstPtr &inst) argument
756 DynInstPtr inst = storeWBIt->instruction(); local
949 writeback(const DynInstPtr &inst, PacketPtr pkt) argument
[all...]
/gem5/src/arch/sparc/
H A Dfaults.cc500 SparcFaultBase::invoke(ThreadContext * tc, const StaticInstPtr &inst) argument
561 PowerOnReset::invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
680 FastDataAccessMMUMiss::invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
767 SpillNNormal::invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
786 FillNNormal::invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
624 invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
805 invoke(ThreadContext *tc, const StaticInstPtr &inst) argument
[all...]
/gem5/src/cpu/checker/
H A Dcpu_impl.hh100 DynInstPtr inst; local
129 DynInstPtr inst; local
459 validateInst(const DynInstPtr &inst) argument
480 validateExecution(const DynInstPtr &inst) argument
598 copyResult(const DynInstPtr &inst, const InstResult& mismatch_val, int start_idx) argument
675 dumpAndExit(const DynInstPtr &inst) argument
[all...]
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc113 static instance_specific_extension_container_pool inst; local
/gem5/src/arch/mips/
H A Dstacktrace.cc99 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
128 StackTrace::decodeStack(MachInst inst, int &disp) argument
169 StackTrace::decodeSave(MachInst inst, in argument
205 MachInst inst = tc->getVirtProxy().read<MachInst>(pc); local
[all...]
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh84 const StaticInstPtr inst; member in struct:Trace::TarmacParserRecord::TarmacParserRecordEvent
/gem5/src/arch/arm/
H A Dutility.hh337 advancePC(PCState &pc, const StaticInstPtr &inst) argument
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h84 void copy_created(void *inst) { argument
89 void move_created(void *inst) { argument
94 void default_created(void *inst) { argument
99 void created(void *inst) { argument
103 void destroyed(void *inst) { argument
201 track_copy_created(T *inst) argument
202 track_move_created(T *inst) argument
213 track_default_created(T *inst, Values &&...values) argument
218 track_created(T *inst, Values &&...values) argument
223 track_destroyed(T *inst) argument
238 print_constr_details(T *inst, const std::string &action, Output &&...output) argument
244 print_copy_created(T *inst, Values &&...values) argument
248 print_move_created(T *inst, Values &&...values) argument
252 print_copy_assigned(T *inst, Values &&...values) argument
256 print_move_assigned(T *inst, Values &&...values) argument
260 print_default_created(T *inst, Values &&...values) argument
264 print_created(T *inst, Values &&...values) argument
268 print_destroyed(T *inst, Values &&...values) argument
272 print_values(T *inst, Values &&...values) argument
[all...]
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc207 SparcTraceChild::getTargets(uint32_t inst, uint64_t pc, uint64_t npc, argument

Completed in 44 milliseconds

1234