Home
last modified time | relevance | path

Searched refs:PKHBT (Results 1 – 13 of 13) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c76 const int32_t offset_q15x2 = PKHBT(offset, offset, 16); in arm_q7_to_q15_with_offset()
87 out_q15x2_1 = PKHBT(in_q15x2_2, in_q15x2_1, 16); in arm_q7_to_q15_with_offset()
Darm_s8_to_s16_unordered_with_offset.c50 const int32_t offset_s16x2 = PKHBT(offset, offset, 16); in arm_s8_to_s16_unordered_with_offset()
Darm_nn_vec_mat_mult_t_s8.c203 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8()
206 const uint32_t rhs_offset_s16x2 = PKHBT(rhs_offset_s16, rhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8()
543 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8()
Darm_nn_mat_mult_nt_t_s8_s32.c201 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_mat_mult_nt_t_s8_s32()
Darm_nn_vec_mat_mult_t_svdf_s8.c167 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_svdf_s8()
Darm_nn_vec_mat_mult_t_s4.c78 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s4()
Darm_nn_mat_mult_nt_t_s4.c366 const uint32_t ui32_lhs_offset_i16x2 = PKHBT(i16_lhs_offset, i16_lhs_offset, 16); in arm_nn_mat_mult_nt_t_s4()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c357 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
359 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt()
362 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt()
369 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
557 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
559 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt()
562 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt()
569 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
Darm_depthwise_conv_s8_opt.c311 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
313 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s8_opt()
316 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s8_opt()
322 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c321 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
323 row_c = PKHBT(row_b2, row_a2, 16); in arm_depthwise_conv_fast_s16()
326 row_c = PKHBT(row_b1, row_a1, 16); in arm_depthwise_conv_fast_s16()
332 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_3x3_s8.c120 const uint32_t lhs_offset_s16x2 = PKHBT(input_offset, input_offset, 16); in arm_depthwise_conv_3x3_s8()
/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h209 …#define PKHBT(ARG1, ARG2, ARG3) … macro
216 …#define PKHBT(ARG1, ARG2, ARG3) … macro
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1046 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad_s4_ordered()
1049 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad_s4_ordered()
1064 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad()
1067 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad()
1084 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_pad_and_add_s8()
1087 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_pad_and_add_s8()