Searched refs:op_c (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 348 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local 357 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 360 sum = SMLAD(op_c, op_b, sum); in arm_depthwise_conv_s4_opt() 369 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 372 sum_3 = SMLAD(op_c, op_b, sum_3); in arm_depthwise_conv_s4_opt() 548 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local 557 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 560 sum = SMLAD(op_c, op_b, sum); in arm_depthwise_conv_s4_opt() 569 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 572 sum_3 = SMLAD(op_c, op_b, sum_3); in arm_depthwise_conv_s4_opt()
|
D | arm_depthwise_conv_s8_opt.c | 298 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s8_opt() local 311 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 314 sum = SMLAD(op_c, op_b, sum); in arm_depthwise_conv_s8_opt() 322 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 325 sum_3 = SMLAD(op_c, op_b, sum_3); in arm_depthwise_conv_s8_opt()
|