Lines Matching refs:op_a
348 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local
354 op_a = arm_nn_read_s16x2(col_pos); in arm_depthwise_conv_s4_opt()
357 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
358 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
364 sum_2 = SMLAD(op_a, op_b, sum_2); in arm_depthwise_conv_s4_opt()
366 op_a = arm_nn_read_s16x2(col_pos + 2); in arm_depthwise_conv_s4_opt()
369 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
370 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
375 sum_4 = SMLAD(op_a, op_b, sum_4); 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
554 op_a = arm_nn_read_s16x2(col_pos); in arm_depthwise_conv_s4_opt()
557 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
558 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
564 sum_2 = SMLAD(op_a, op_b, sum_2); in arm_depthwise_conv_s4_opt()
566 op_a = arm_nn_read_s16x2(col_pos + 2); in arm_depthwise_conv_s4_opt()
569 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
570 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
575 sum_4 = SMLAD(op_a, op_b, sum_4); in arm_depthwise_conv_s4_opt()