Searched refs:gpuISA (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc40 : cu(_cu), wf(_wf), gpuISA(_wf ? &_wf->gpuISA() : nullptr)
59 assert(gpuISA);
60 return gpuISA->readMiscReg(opIdx);
66 assert(gpuISA);
67 gpuISA->writeMiscReg(opIdx, operandVal);
H A Dgpu_exec_context.hh59 TheGpuISA::GPUISA *gpuISA; member in class:GPUExecContext
H A Dwavefront.hh378 gpuISA() function in class:Wavefront

Completed in 10 milliseconds