|
gem5
v19.0.0.0
|
#include <gpu_exec_context.hh>
Public Member Functions | |
| GPUExecContext (ComputeUnit *_cu, Wavefront *_wf) | |
| Wavefront * | wavefront () |
| ComputeUnit * | computeUnit () |
| RegVal | readMiscReg (int opIdx) const |
| void | writeMiscReg (int opIdx, RegVal operandVal) |
Protected Attributes | |
| ComputeUnit * | cu |
| Wavefront * | wf |
| TheGpuISA::GPUISA * | gpuISA |
Definition at line 46 of file gpu_exec_context.hh.
| GPUExecContext::GPUExecContext | ( | ComputeUnit * | _cu, |
| Wavefront * | _wf | ||
| ) |
Definition at line 39 of file gpu_exec_context.cc.
| ComputeUnit * GPUExecContext::computeUnit | ( | ) |
Definition at line 45 of file gpu_exec_context.cc.
References cu.
Referenced by GPUDynInst::GPUDynInst().
| RegVal GPUExecContext::readMiscReg | ( | int | opIdx | ) | const |
Definition at line 57 of file gpu_exec_context.cc.
References gpuISA.
| Wavefront * GPUExecContext::wavefront | ( | ) |
Definition at line 51 of file gpu_exec_context.cc.
References wf.
| void GPUExecContext::writeMiscReg | ( | int | opIdx, |
| RegVal | operandVal | ||
| ) |
Definition at line 64 of file gpu_exec_context.cc.
References gpuISA.
|
protected |
Definition at line 57 of file gpu_exec_context.hh.
Referenced by computeUnit(), GPUDynInst::initiateAcc(), and GPUDynInst::updateStats().
|
protected |
Definition at line 59 of file gpu_exec_context.hh.
Referenced by readMiscReg(), and writeMiscReg().
|
protected |
Definition at line 58 of file gpu_exec_context.hh.
Referenced by wavefront().