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

/gem5/src/gpu-compute/
H A Dwavefront.cc82 condRegState = new ConditionRegisterState();
144 condRegState->init(num_cregs);
153 delete condRegState;
908 for (int i = 0; i < condRegState->numRegs(); i++) {
910 uint64_t regVal = condRegState->read<uint64_t>(i, lane);
967 for (int i = 0; i < condRegState->numRegs(); i++) {
970 condRegState->write<uint64_t>(i, lane, regVal);
H A Dwavefront.hh175 class ConditionRegisterState *condRegState; member in class:Wavefront
/gem5/src/arch/hsail/
H A Doperand.hh327 assert(regIdx < w->condRegState->numRegs());
329 return w->condRegState->read<OperandType>((int)regIdx, lane);
340 assert(regIdx < w->condRegState->numRegs());
341 w->condRegState->write<OperandType>(regIdx,lane,val);

Completed in 11 milliseconds