gem5
v20.0.0.3
|
#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 44 of file gpu_exec_context.hh.
GPUExecContext::GPUExecContext | ( | ComputeUnit * | _cu, |
Wavefront * | _wf | ||
) |
Definition at line 37 of file gpu_exec_context.cc.
ComputeUnit * GPUExecContext::computeUnit | ( | ) |
Definition at line 43 of file gpu_exec_context.cc.
References cu.
Referenced by GPUDynInst::GPUDynInst().
RegVal GPUExecContext::readMiscReg | ( | int | opIdx | ) | const |
Definition at line 55 of file gpu_exec_context.cc.
References gpuISA.
Wavefront * GPUExecContext::wavefront | ( | ) |
Definition at line 49 of file gpu_exec_context.cc.
References wf.
void GPUExecContext::writeMiscReg | ( | int | opIdx, |
RegVal | operandVal | ||
) |
Definition at line 62 of file gpu_exec_context.cc.
References gpuISA.
|
protected |
Definition at line 55 of file gpu_exec_context.hh.
Referenced by computeUnit(), GPUDynInst::initiateAcc(), and GPUDynInst::updateStats().
|
protected |
Definition at line 57 of file gpu_exec_context.hh.
Referenced by readMiscReg(), and writeMiscReg().
|
protected |
Definition at line 56 of file gpu_exec_context.hh.
Referenced by wavefront().