Searched refs:operandIdx (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc94 GPUDynInst::isVectorRegister(int operandIdx) argument
96 return _staticInst->isVectorRegister(operandIdx);
100 GPUDynInst::isScalarRegister(int operandIdx) argument
102 return _staticInst->isScalarRegister(operandIdx);
106 GPUDynInst::isCondRegister(int operandIdx) argument
108 return _staticInst->isCondRegister(operandIdx);
112 GPUDynInst::getRegisterIndex(int operandIdx, GPUDynInstPtr gpuDynInst) argument
114 return _staticInst->getRegisterIndex(operandIdx, gpuDynInst);
118 GPUDynInst::getOperandSize(int operandIdx) argument
120 return _staticInst->getOperandSize(operandIdx);
124 isDstOperand(int operandIdx) argument
130 isSrcOperand(int operandIdx) argument
[all...]
H A Dgpu_dyn_inst.hh207 bool isVectorRegister(int operandIdx);
208 bool isScalarRegister(int operandIdx);
209 bool isCondRegister(int operandIdx);
210 int getRegisterIndex(int operandIdx, GPUDynInstPtr gpuDynInst);
211 int getOperandSize(int operandIdx);
212 bool isDstOperand(int operandIdx);
213 bool isSrcOperand(int operandIdx);

Completed in 7 milliseconds