Searched refs:useScratchDst (Results 1 – 2 of 2) sorted by relevance
1726 bool useScratchDst = checkDstSrcAliasing(); in handleInstruction() local1728 INFO("SM4_OPCODE_##%u, aliasing = %u\n", insn->opcode, useScratchDst); in handleInstruction()1734 if (useScratchDst) in handleInstruction()1743 if (useScratchDst) in handleInstruction()
1736 bool useScratchDst = tgsi.checkDstSrcAliasing(); in handleInstruction() local1747 dst0[c] = (useScratchDst && rDst0[c]) ? getScratch() : rDst0[c]; in handleInstruction()