Lines Matching refs:vecIn
112 float16x8_t vecIn) in __mve_cmplx_sum_intra_vec_f16() argument
117 vecTmp = (float16x8_t) vrev64q_s32((int32x4_t) vecIn); in __mve_cmplx_sum_intra_vec_f16()
125 vecTmp = vaddq_f16(vecTmp, vecIn); in __mve_cmplx_sum_intra_vec_f16()
153 float16x8_t vecIn, in mve_cmplx_sum_intra_vec_f16() argument
156 float16x8_t vecOut = __mve_cmplx_sum_intra_vec_f16(vecIn); in mve_cmplx_sum_intra_vec_f16()
202 uint32x4_t vecIn = vldrwq_u32((uint32_t const *)pDataSrc); in arm_mat_trans_32bit_2x2_mve() local
203 vstrwq_scatter_shifted_offset_u32(pDataDest, vecOffs, vecIn); in arm_mat_trans_32bit_2x2_mve()
244 uint32x4x4_t vecIn; in arm_mat_trans_32bit_4x4_mve() local
246 vecIn = vld4q((uint32_t const *) pDataSrc); in arm_mat_trans_32bit_4x4_mve()
247 vstrwq(pDataDest, vecIn.val[0]); in arm_mat_trans_32bit_4x4_mve()
249 vstrwq(pDataDest, vecIn.val[1]); in arm_mat_trans_32bit_4x4_mve()
251 vstrwq(pDataDest, vecIn.val[2]); in arm_mat_trans_32bit_4x4_mve()
253 vstrwq(pDataDest, vecIn.val[3]); in arm_mat_trans_32bit_4x4_mve()
270 uint32x4_t vecIn; in arm_mat_trans_32bit_generic_mve() local
284 vecIn = vldrwq_gather_shifted_offset_u32(pDataC, vecOffs); in arm_mat_trans_32bit_generic_mve()
285 vstrwq(pDataDestR, vecIn); in arm_mat_trans_32bit_generic_mve()
301 vecIn = vldrwq_gather_shifted_offset_u32(pDataC, vecOffs); in arm_mat_trans_32bit_generic_mve()
302 vstrwq_p(pDataDestR, vecIn, p0); in arm_mat_trans_32bit_generic_mve()
327 uint32x4_t vecIn; in arm_mat_cmplx_trans_32bit() local
364 vecIn = vldrwq_gather_shifted_offset(pDataC, vecOffsCur); in arm_mat_cmplx_trans_32bit()
365 vstrwq(pDataDestR, vecIn); in arm_mat_cmplx_trans_32bit()
381 vecIn = vldrwq_gather_shifted_offset(pDataC, vecOffsCur); in arm_mat_cmplx_trans_32bit()
382 vstrwq_p(pDataDestR, vecIn, p0); in arm_mat_cmplx_trans_32bit()
469 uint16x8_t vecIn; in arm_mat_trans_16bit_generic() local
483 vecIn = vldrhq_gather_shifted_offset_u16(pDataC, vecOffs); in arm_mat_trans_16bit_generic()
484 vstrhq_u16(pDataDestR, vecIn); in arm_mat_trans_16bit_generic()
500 vecIn = vldrhq_gather_shifted_offset_u16(pDataC, vecOffs); in arm_mat_trans_16bit_generic()
501 vstrhq_p_u16(pDataDestR, vecIn, p0); in arm_mat_trans_16bit_generic()
527 uint16x8_t vecIn; in arm_mat_cmplx_trans_16bit() local
569 vecIn = vldrhq_gather_shifted_offset(pDataC, vecOffsCur); in arm_mat_cmplx_trans_16bit()
570 vstrhq(pDataDestR, vecIn); in arm_mat_cmplx_trans_16bit()
586 vecIn = vldrhq_gather_shifted_offset(pDataC, vecOffsCur); in arm_mat_cmplx_trans_16bit()
587 vstrhq_p(pDataDestR, vecIn, p0); in arm_mat_cmplx_trans_16bit()
613 __STATIC_INLINE q31x4_t FAST_VSQRT_Q31(q31x4_t vecIn) in FAST_VSQRT_Q31() argument
622 vecSignBits = vclsq(vecIn); in FAST_VSQRT_Q31()
627 vecNrm = vshlq(vecIn, vecSignBits); in FAST_VSQRT_Q31()
674 vecDst = vdupq_m(vecDst, 0, vcmpltq_n_s32(vecIn, 0)); in FAST_VSQRT_Q31()
681 __STATIC_INLINE q15x8_t FAST_VSQRT_Q15(q15x8_t vecIn) in FAST_VSQRT_Q15() argument
689 vecSignBits = vclsq(vecIn); in FAST_VSQRT_Q15()
694 vecNrm = vshlq(vecIn, vecSignBits); in FAST_VSQRT_Q15()
741 vecDst = vdupq_m(vecDst, 0, vcmpltq_n_s16(vecIn, 0)); in FAST_VSQRT_Q15()