Home
last modified time | relevance | path

Searched refs:vecDst0 (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/
Darm_mat_mult_f16.c231 f16x8_t vecInA, vecInB, vecDst0, vecDst1; in arm_mat_mult_f16_4x4_mve() local
252 vecDst0 = vmulq(vecInA, vecInB); in arm_mat_mult_f16_4x4_mve()
286 vecDst0 = vfmaq(vecDst0, vecInA, vecInB); in arm_mat_mult_f16_4x4_mve()
321 vecDst0 = vfmaq(vecDst0, vecInA, vecInB); in arm_mat_mult_f16_4x4_mve()
357 vecDst0 = vfmaq(vecDst0, vecInA, vecInB); in arm_mat_mult_f16_4x4_mve()
375 vst1q(pOut, vecDst0); pOut += 8; in arm_mat_mult_f16_4x4_mve()