Searched refs:vecMac1 (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 | 132 f32x4_t vecMac0, vecMac1, vecMac2; in arm_mat_mult_f32_3x3_mve() local 151 vecMac1 = vmulq(vecInB, *pInA1++); in arm_mat_mult_f32_3x3_mve() 160 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f32_3x3_mve() 169 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f32_3x3_mve() 175 vstrwq_p_f32(pOut, vecMac1, p0); in arm_mat_mult_f32_3x3_mve() 197 f32x4_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f32_4x4_mve() local 213 vecMac1 = vmulq(vecInB, *pInA1++); in arm_mat_mult_f32_4x4_mve() 223 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f32_4x4_mve() 233 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f32_4x4_mve() 243 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f32_4x4_mve() [all …]
|
D | arm_mat_mult_f16.c | 428 f16x8_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f16() local 448 vecMac1 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 462 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f16() 475 vst1q(pOut1, vecMac1); pOut1 += 8; in arm_mat_mult_f16() 495 vecMac1 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 509 vecMac1 = vfmaq(vecMac1, vecInB, *pInA1++); in arm_mat_mult_f16() 522 vstrhq_p_f16(pOut1, vecMac1, p0); in arm_mat_mult_f16()
|