Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f16.c63 uint16x8_t vecOffsA, vecOffsB; in arm_mat_mult_f16_2x2_mve() local
71 vecOffsB = vldrhq_u16((uint16_t const *) offsetB); in arm_mat_mult_f16_2x2_mve()
79 vecInB = vldrhq_gather_shifted_offset((float16_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f16_2x2_mve()
98 vecOffsB = vaddq_n_u16(vecOffsB, (uint16_t) 2); in arm_mat_mult_f16_2x2_mve()
102 vecInB = vldrhq_gather_shifted_offset((float16_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f16_2x2_mve()
132 uint16x8_t vecOffsA, vecOffsB; in arm_mat_mult_f16_3x3_mve() local
140 vecOffsB = vldrhq_u16((uint16_t const *) offsetB); in arm_mat_mult_f16_3x3_mve()
149 vecInB = vldrhq_gather_shifted_offset((float16_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f16_3x3_mve()
168 vecOffsB = vaddq_n_u16(vecOffsB, (uint16_t) 3); in arm_mat_mult_f16_3x3_mve()
172 vecInB = vldrhq_gather_shifted_offset((float16_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f16_3x3_mve()
[all …]
Darm_mat_mult_f32.c85 uint32x4_t vecOffsA, vecOffsB; in arm_mat_mult_f32_2x2_mve() local
89 vecOffsB = vldrwq_u32((uint32_t const *) offsetB0); in arm_mat_mult_f32_2x2_mve()
92 vecInB = vldrwq_gather_shifted_offset((float32_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f32_2x2_mve()
97 vecOffsB = vldrwq_u32((uint32_t const *) offsetB1); in arm_mat_mult_f32_2x2_mve()
100 vecInB = vldrwq_gather_shifted_offset((float32_t const *) pSrcB->pData, vecOffsB); in arm_mat_mult_f32_2x2_mve()