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

/gem5/src/gpu-compute/
H A Dvector_register_file.cc196 std::vector<uint32_t> &regVec, uint32_t operandSize,
201 panic_if(regVec.size() <= 0, "Illegal VGPR vector size=%d\n",
202 regVec.size());
204 for (int i = 0; i < regVec.size(); ++i) {
206 computeUnit->registerEvent(w->simdId, regVec[i], operandSize,
195 exec(uint64_t dynamic_id, Wavefront *w, std::vector<uint32_t> &regVec, uint32_t operandSize, uint64_t timestamp) argument
H A Dvector_register_file.hh102 std::vector<uint32_t> &regVec, uint32_t operandSize,
/gem5/src/arch/hsail/insts/
H A Dmem.hh529 std::vector<uint32_t> regVec; variable
542 regVec.push_back(physVgpr);
567 vrf[w->simdId]->exec(gpuDynInst->seqNum(), w, regVec,
1521 std::vector<uint32_t> regVec; variable
1524 regVec.push_back(physVgpr);
1545 vrf[w->simdId]->exec(gpuDynInst->seqNum(), w, regVec,

Completed in 15 milliseconds