Searched refs:operandSize (Results 1 - 3 of 3) sorted by relevance
/gem5/src/gpu-compute/ |
H A D | vector_register_file.hh | 91 uint8_t regBusy(int idx, uint32_t operandSize) const; 92 uint8_t regNxtBusy(int idx, uint32_t operandSize) const; 96 void markReg(int regIdx, uint32_t operandSize, uint8_t value); 97 void preMarkReg(int regIdx, uint32_t operandSize, uint8_t value); 102 std::vector<uint32_t> ®Vec, uint32_t operandSize,
|
H A D | vector_register_file.cc | 77 VectorRegisterFile::regNxtBusy(int idx, uint32_t operandSize) const 81 if (operandSize > 4) { 89 VectorRegisterFile::regBusy(int idx, uint32_t operandSize) const 93 if (operandSize > 4) { 101 VectorRegisterFile::preMarkReg(int regIdx, uint32_t operandSize, uint8_t value) argument 105 if (operandSize > 4) { 111 VectorRegisterFile::markReg(int regIdx, uint32_t operandSize, uint8_t value) argument 115 if (operandSize > 4) { 196 std::vector<uint32_t> ®Vec, uint32_t operandSize, 206 computeUnit->registerEvent(w->simdId, regVec[i], operandSize, 195 exec(uint64_t dynamic_id, Wavefront *w, std::vector<uint32_t> ®Vec, uint32_t operandSize, uint64_t timestamp) argument [all...] |
H A D | compute_unit.hh | 224 uint32_t operandSize, 230 if (operandSize > 4) { 222 registerEvent(uint32_t simdId, uint32_t regIdx, uint32_t operandSize, uint64_t when, uint8_t newStatus) argument
|
Completed in 9 milliseconds