Searched refs:rDst0 (Results 1 – 1 of 1) sorted by relevance
3196 Value *dst0[4], *rDst0[4]; in handleInstruction() local3213 rDst0[c] = acquireDst(0, c); in handleInstruction()3214 dst0[c] = (useScratchDst && rDst0[c]) ? getScratch() : rDst0[c]; in handleInstruction()4212 if (dst0[c] != rDst0[c]) in handleInstruction()4213 mkMov(rDst0[c], dst0[c]); in handleInstruction()4214 storeDst(0, c, rDst0[c]); in handleInstruction()