Searched refs:vecMac3 (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_f32.c | 197 f32x4_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f32_4x4_mve() local 215 vecMac3 = vmulq(vecInB, *pInA3++); in arm_mat_mult_f32_4x4_mve() 225 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f32_4x4_mve() 235 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f32_4x4_mve() 245 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f32_4x4_mve() 253 vst1q(pOut, vecMac3); in arm_mat_mult_f32_4x4_mve() 310 f32x4_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f32() local 332 vecMac3 = vdupq_n_f32(0.0f); in arm_mat_mult_f32() 346 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f32() 362 vst1q(pOut3, vecMac3); in arm_mat_mult_f32() [all …]
|
D | arm_mat_mult_f16.c | 428 f16x8_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f16() local 450 vecMac3 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 464 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f16() 477 vst1q(pOut3, vecMac3); pOut3 += 8; in arm_mat_mult_f16() 497 vecMac3 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 511 vecMac3 = vfmaq(vecMac3, vecInB, *pInA3++); in arm_mat_mult_f16() 524 vstrhq_p_f16(pOut3, vecMac3, p0); in arm_mat_mult_f16()
|