Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_separable_conv_HWC_q7.c164 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7() local
178 opA = __SXTB16(inA1); in arm_depthwise_separable_conv_HWC_q7()
180 sum = __SMLAD(opA, opB, sum); in arm_depthwise_separable_conv_HWC_q7()
181 opA = __SXTB16(__ROR(inA1, 8)); in arm_depthwise_separable_conv_HWC_q7()
183 sum2 = __SMLAD(opA, opB, sum2); in arm_depthwise_separable_conv_HWC_q7()
184 opA = __SXTB16(inA2); in arm_depthwise_separable_conv_HWC_q7()
186 sum3 = __SMLAD(opA, opB, sum3); in arm_depthwise_separable_conv_HWC_q7()
187 opA = __SXTB16(__ROR(inA2, 8)); in arm_depthwise_separable_conv_HWC_q7()
189 sum4 = __SMLAD(opA, opB, sum4); in arm_depthwise_separable_conv_HWC_q7()
196 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7() local
[all …]
Darm_depthwise_separable_conv_HWC_q7_nonsquare.c174 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
188 opA = __SXTB16(inA1); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
190 sum = __SMLAD(opA, opB, sum); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
191 opA = __SXTB16(__ROR(inA1, 8)); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
193 sum2 = __SMLAD(opA, opB, sum2); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
194 opA = __SXTB16(inA2); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
196 sum3 = __SMLAD(opA, opB, sum3); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
197 opA = __SXTB16(__ROR(inA2, 8)); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
199 sum4 = __SMLAD(opA, opB, sum4); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
206 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
[all …]