Searched refs:rDst0 (Results 1 – 2 of 2) sorted by relevance
1710 Value *dst0[4], *rDst0[4]; in handleInstruction() local1732 rDst0[c] = dst0[c] = in handleInstruction()1736 dst0[c] = rDst0[c] ? getScratch() : NULL; in handleInstruction()2159 if (nDstOpnds >= 1 && rDst0[c]) { in handleInstruction()2160 if (dst0[c] != rDst0[c]) in handleInstruction()2161 mkMov(rDst0[c], dst0[c]); in handleInstruction()2162 saveDst(0, c, rDst0[c]); in handleInstruction()
1729 Value *dst0[4], *rDst0[4]; in handleInstruction() local1746 rDst0[c] = acquireDst(0, c); in handleInstruction()1747 dst0[c] = (useScratchDst && rDst0[c]) ? getScratch() : rDst0[c]; in handleInstruction()2241 if (dst0[c] != rDst0[c]) in handleInstruction()2242 mkMov(rDst0[c], dst0[c]); in handleInstruction()2243 storeDst(0, c, rDst0[c]); in handleInstruction()