Searched refs:operationSrcNr (Results 1 – 5 of 5) sorted by relevance
248 static const uint8_t operationSrcNr[]; variable253 return operationSrcNr[op]; in getOpSrcNr()
28 const uint8_t Target::operationSrcNr[] = member in nv50_ir::Target148 STATIC_ASSERT(ARRAY_SIZE(operationSrcNr) == OP_LAST + 1); in create()
149 opInfo[i].srcNr = operationSrcNr[i]; in initOpInfo()297 for (int z = 0; z < Target::operationSrcNr[i->op]; ++z) { in insnCanLoad()
197 opInfo[i].srcNr = operationSrcNr[i]; in initOpInfo()
363 for (unsigned int s = 0; s < Target::operationSrcNr[i->op]; ++s) { in setSrcFileBits()466 if (Target::operationSrcNr[i->op] <= s) in setSrc()570 if (Target::operationSrcNr[i->op] > 1) { in emitForm_IMM()