Lines Matching refs:srcdst
7741 // the 2x2 32-bit result to the matrix in srcdst, and write back to srcdst.
7761 LogicVRegister srcdst,
7778 int64_t sum = srcdst.Int(vform_dst, dstidx);
7792 srcdst.SetIntArray(vform_dst, result);
7793 return srcdst;
7797 // result to the matrix in srcdst, and write back to srcdst.
7812 LogicVRegister srcdst,
7826 T sum = FPAdd(srcdst.Float<T>(2 * i + j + segoff), prod0);
7836 srcdst.SetFloat<T>(vform, i, value);
7838 return srcdst;