Searched refs:PKHTB (Results 1 – 6 of 6) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_q7_to_q15_with_offset.c | 86 out_q15x2_2 = PKHTB(in_q15x2_1, in_q15x2_2, 16); in arm_q7_to_q15_with_offset()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 358 op_a = PKHTB(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() 371 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s4_opt() 374 op_b = PKHTB(ip_a1, ip_b1, 16); in arm_depthwise_conv_s4_opt() 558 op_a = PKHTB(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() 571 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s4_opt() 574 op_b = PKHTB(ip_a1, ip_b1, 16); in arm_depthwise_conv_s4_opt()
|
D | arm_depthwise_conv_s8_opt.c | 312 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 323 op_a = PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 324 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s8_opt() 327 op_b = PKHTB(ip_a1, ip_b1, 16); in arm_depthwise_conv_s8_opt()
|
D | arm_depthwise_conv_fast_s16.c | 322 col_a = PKHTB(col_b, col_a, 16); in arm_depthwise_conv_fast_s16() 333 col_a = PKHTB(col_b, col_a, 16); in arm_depthwise_conv_fast_s16() 334 row_c = PKHTB(row_a2, row_b2, 16); in arm_depthwise_conv_fast_s16() 337 row_c = PKHTB(row_a1, row_b1, 16); in arm_depthwise_conv_fast_s16()
|
/cmsis-nn-latest/Include/Internal/ |
D | arm_nn_compiler.h | 212 …#define PKHTB(ARG1, ARG2, ARG3) … macro 223 …#define PKHTB(ARG1, ARG2, ARG3) … macro
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1223 *out2 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad_s4_ordered() 1226 *out1 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad_s4_ordered() 1241 *out2 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad() 1244 *out1 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad() 1261 *out2 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_pad_and_add_s8() 1264 *out1 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_pad_and_add_s8()
|