Searched refs:exec (Results 1 - 25 of 34) sorted by relevance

12

/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test05/
H A Dtest05.cpp7 SC_THREAD(exec);
10 void exec() function
/gem5/src/python/
H A Dmarshal.cc58 py::exec(
61 "compiled = compile(src, source, 'exec')\n"
/gem5/src/gpu-compute/
H A Dfetch_unit.hh60 void exec();
H A Dfetch_stage.hh60 void exec();
H A Dschedule_stage.hh63 void exec();
H A Dfetch_stage.cc69 FetchStage::exec() function in class:FetchStage
72 fetchUnit[j].exec();
H A Dcondition_register_state.cc65 ConditionRegisterState::exec(GPUDynInstPtr ii, Wavefront *w) function in class:ConditionRegisterState
H A Dlocal_memory_pipeline.hh62 void exec();
H A Dscoreboard_check_stage.hh70 void exec();
H A Dvector_register_file.hh99 virtual void exec(GPUDynInstPtr ii, Wavefront *w);
101 virtual int exec(uint64_t dynamic_id, Wavefront *w,
H A Dexec_stage.cc129 ExecStage::exec() function in class:ExecStage
143 dispatchList->at(unitId).first->exec();
H A Dcondition_register_state.hh90 void exec(GPUDynInstPtr ii, Wavefront *w);
H A Dexec_stage.hh76 void exec();
112 // and exec stage
H A Dglobal_memory_pipeline.hh51 * from the pipeline to DTLB. The exec() method of the memory packet issues
64 void exec();
H A Dlocal_memory_pipeline.cc58 LocalMemPipeline::exec() function in class:LocalMemPipeline
H A Ddispatcher.hh105 void exec();
H A Dshader.cc151 Shader::exec() function in class:Shader
170 cuList[i]->exec();
328 exec();
H A Dschedule_stage.cc123 ScheduleStage::exec() function in class:ScheduleStage
H A Dshader.hh162 void exec();
H A Dvector_register_file.cc154 VectorRegisterFile::exec(GPUDynInstPtr ii, Wavefront *w) function in class:VectorRegisterFile
195 VectorRegisterFile::exec(uint64_t dynamic_id, Wavefront *w, function in class:VectorRegisterFile
H A Dglobal_memory_pipeline.cc63 GlobalMemPipeline::exec() function in class:GlobalMemPipeline
H A Dscoreboard_check_stage.cc129 ScoreboardCheckStage::exec() function in class:ScoreboardCheckStage
/gem5/ext/pybind11/tests/
H A Dtest_eval.cpp26 py::exec(
33 py::exec(R"(
/gem5/ext/pybind11/include/pybind11/
H A Deval.h2 pybind11/exec.h: Support for evaluating Python expressions and statements
60 inline void exec(str expr, object global = globals(), object local = object()) { function
65 void exec(const char (&s)[N], object global = globals(), object local = object()) { function
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp58 py::exec(R"(
202 // When the interpreter is embedded, there is no execution frame, but `py::exec`
204 py::exec("var = dict(number=42)");

Completed in 24 milliseconds

12