Home | History | Annotate | Download | only in codegen

Lines Matching refs:dst1

1711    Value *dst1[4], *rDst1[4];
1741 rDst1[c] = dst1[c] =
1745 dst1[c] = rDst1[c] ? getScratch() : NULL;
1798 if (dst0[c] || dst1[c]) {
1804 if (dst1[c])
1805 mkOp2(OP_MOD, TYPE_U32, dst1[c], dvn, dvs);
1813 if (dst0[c] || dst1[c]) {
1820 if (dst1[c])
1821 mkOp2(OP_MUL, dTy, dst1[c], a, b);
1887 if (!dst0[c] && !dst1[c])
1892 if (dst1[c])
1893 mkOp1(OP_COS, TYPE_F32, dst1[c], val);
2165 if (dst1[c] != rDst1[c])
2166 mkMov(rDst1[c], dst1[c]);