Searched refs:opB (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_depthwise_separable_conv_HWC_q7.c | 164 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7() local 168 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7() 170 inB2 = __PKHTB(opB, inB1, 16); in arm_depthwise_separable_conv_HWC_q7() 171 inB1 = __PKHBT(inB1, opB, 16); in arm_depthwise_separable_conv_HWC_q7() 174 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7() 176 inA2 = __PKHTB(opB, inA1, 16); in arm_depthwise_separable_conv_HWC_q7() 177 inA1 = __PKHBT(inA1, opB, 16); in arm_depthwise_separable_conv_HWC_q7() 179 opB = __SXTB16(inB1); in arm_depthwise_separable_conv_HWC_q7() 180 sum = __SMLAD(opA, opB, sum); in arm_depthwise_separable_conv_HWC_q7() 182 opB = __SXTB16(__ROR(inB1, 8)); in arm_depthwise_separable_conv_HWC_q7() [all …]
|
| D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 174 q31_t inA1, inA2, inB1, inB2, opA, opB; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local 178 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 180 inB2 = __PKHTB(opB, inB1, 16); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 181 inB1 = __PKHBT(inB1, opB, 16); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 184 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 186 inA2 = __PKHTB(opB, inA1, 16); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 187 inA1 = __PKHBT(inA1, opB, 16); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 189 opB = __SXTB16(inB1); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 190 sum = __SMLAD(opA, opB, sum); in arm_depthwise_separable_conv_HWC_q7_nonsquare() 192 opB = __SXTB16(__ROR(inB1, 8)); in arm_depthwise_separable_conv_HWC_q7_nonsquare() [all …]
|