Searched refs:_staticInst (Results 1 - 17 of 17) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc47 statusBitVector(0), _staticInst(static_inst), _seqNum(instSeqNum)
72 _staticInst->execute(gpuDynInst);
78 return _staticInst->numSrcRegOperands();
84 return _staticInst->numDstRegOperands();
90 return _staticInst->getNumOperands();
96 return _staticInst->isVectorRegister(operandIdx);
102 return _staticInst->isScalarRegister(operandIdx);
108 return _staticInst->isCondRegister(operandIdx);
114 return _staticInst->getRegisterIndex(operandIdx, gpuDynInst);
120 return _staticInst
[all...]
H A Dgpu_dyn_inst.hh281 GPUStaticInst* staticInstruction() { return _staticInst; }
467 GPUStaticInst *_staticInst; member in class:GPUDynInst
/gem5/src/cpu/
H A Dinteltrace.hh49 const StaticInstPtr _staticInst, TheISA::PCState _pc,
51 : InstRecord(_when, _thread, _staticInst, _pc,
48 IntelTraceRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dexetrace.hh51 const StaticInstPtr _staticInst, TheISA::PCState _pc,
53 : InstRecord(_when, _thread, _staticInst, _pc, _macroStaticInst)
50 ExeTracerRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dnativetrace.hh58 const StaticInstPtr _staticInst, TheISA::PCState _pc,
60 : ExeTracerRecord(_when, _thread, _staticInst, _pc, _macroStaticInst),
56 NativeTraceRecord(NativeTrace * _parent, Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dbase_dyn_inst_impl.hh62 BaseDynInst<Impl>::BaseDynInst(const StaticInstPtr &_staticInst, argument
66 : staticInst(_staticInst), cpu(cpu),
83 BaseDynInst<Impl>::BaseDynInst(const StaticInstPtr &_staticInst, argument
85 : staticInst(_staticInst), traceData(NULL), macroop(_macroop)
/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.hh65 const StaticInstPtr _staticInst,
67 : thread(_thread), staticInst(_staticInst), pc(_pc)
64 TarmacContext(ThreadContext* _thread, const StaticInstPtr _staticInst, ArmISA::PCState _pc) argument
H A Dtarmac_base.cc55 const StaticInstPtr _staticInst,
58 : InstRecord(_when, _thread, _staticInst, _pc, _macroStaticInst)
54 TarmacBaseRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, const StaticInstPtr _macroStaticInst) argument
H A Dtarmac_record_v8.hh133 const StaticInstPtr _staticInst, ArmISA::PCState _pc,
136 : TarmacTracerRecord(_when, _thread, _staticInst, _pc,
132 TarmacTracerRecordV8(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, ArmISA::PCState _pc, TarmacTracer& _parent, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dtarmac_base.hh126 const StaticInstPtr _staticInst, ArmISA::PCState _pc,
H A Dtarmac_parser.hh136 const StaticInstPtr _staticInst, ArmISA::PCState _pc,
H A Dtarmac_record.cc108 const StaticInstPtr _staticInst,
112 : TarmacBaseRecord(_when, _thread, _staticInst,
107 TarmacTracerRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, TarmacTracer& _tracer, const StaticInstPtr _macroStaticInst) argument
H A Dtarmac_record.hh181 const StaticInstPtr _staticInst, ArmISA::PCState _pc,
H A Dtarmac_parser.cc759 const StaticInstPtr _staticInst,
763 : TarmacBaseRecord(_when, _thread, _staticInst,
758 TarmacParserRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, TarmacParser& _parent, const StaticInstPtr _macroStaticInst) argument
/gem5/src/sim/
H A Dinsttracer.hh151 const StaticInstPtr _staticInst,
154 : when(_when), thread(_thread), staticInst(_staticInst), pc(_pc),
150 InstRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh62 BaseO3DynInst<Impl>::BaseO3DynInst(const StaticInstPtr &_staticInst, argument
64 : BaseDynInst<Impl>(_staticInst, _macroop)
H A Ddyn_inst.hh86 BaseO3DynInst(const StaticInstPtr &_staticInst,

Completed in 26 milliseconds