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

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc57 GPUExecContext::readMiscReg(int opIdx) const
60 return gpuISA->readMiscReg(opIdx);
64 GPUExecContext::writeMiscReg(int opIdx, RegVal operandVal) argument
67 gpuISA->writeMiscReg(opIdx, operandVal);
H A Dgpu_exec_context.hh53 RegVal readMiscReg(int opIdx) const;
54 void writeMiscReg(int opIdx, RegVal operandVal);
/gem5/src/arch/hsail/
H A Dgpu_isa.hh56 writeMiscReg(int opIdx, RegVal operandVal) argument
62 readMiscReg(int opIdx) const

Completed in 5 milliseconds