Searched refs:getChipset (Results 1 – 9 of 9) sorted by relevance
282 const bool kepler = getChipset() >= NVISA_GK104_CHIPSET; in getSVAddress()410 if (getChipset() >= NVISA_GM107_CHIPSET) in isAccessSupported()413 if (getChipset() >= NVISA_GK104_CHIPSET) // wrong encoding ? in isAccessSupported()628 if (getChipset() >= 0xe4) { in canDualIssue()
148 if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET && in handleTEXLOD()152 if (prog->getTarget()->getChipset() < NVISA_GK104_CHIPSET && in handleTEXLOD()181 if (prog->getTarget()->getChipset() < NVISA_GK20A_CHIPSET) { in handleShift()330 needTexBar(prog->getTarget()->getChipset() >= 0xe0 && in NVC0LegalizePostRA()331 prog->getTarget()->getChipset() < 0x110) in NVC0LegalizePostRA()648 rZero->reg.data.id = (prog->getTarget()->getChipset() >= NVISA_GK20A_CHIPSET) ? 255 : 63; in visit()821 const int chipset = prog->getTarget()->getChipset(); in handleTEX()1113 if (targ->getChipset() < NVISA_GK104_CHIPSET) in handleManualTXD()1207 const int chipset = prog->getTarget()->getChipset(); in handleTXD()1262 const int chipset = prog->getTarget()->getChipset(); in handleTXQ()[all …]
822 assert(targ->getChipset() >= NVISA_GK104_CHIPSET); in emitMADSP()1868 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitSTORE()1884 if (targ->getChipset() >= NVISA_GK104_CHIPSET) { in emitSTORE()1917 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitLOAD()1960 if (targ->getChipset() >= NVISA_GK104_CHIPSET) in emitLOAD()2384 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUAddr()2397 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUDim()2412 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSULEA()2435 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSULDB()2453 assert(targ->getChipset() < NVISA_GK104_CHIPSET); in emitSUSTx()[all …]
168 inline uint32_t getChipset() const { return chipset; } in getChipset() function
407 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0) in emitBinary()
137 : restrictedGPR16Range(targ->getChipset() < 0xc0) in RegisterSet()956 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) { in coalesce()1470 prog->getTarget()->getChipset() < 0xc0) { in allocateRegisters()2243 switch (targ->getChipset() & ~0xf) { in visit()
305 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) { in visit()
638 if (targ->getChipset() >= 0x84) { in emitLOAD()
3381 if (prog->getTarget()->getChipset() < 0xc0) in visit()