/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 167 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_svdf_s8() local 189 vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_svdf_s8() 190 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_svdf_s8() 204 vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_svdf_s8() 205 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_svdf_s8() 219 vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_svdf_s8() 220 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_svdf_s8() 234 vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_svdf_s8() 235 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_svdf_s8() 254 vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_svdf_s8() [all …]
|
D | arm_nn_mat_mult_nt_t_s8_s32.c | 201 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_mat_mult_nt_t_s8_s32() local 213 read_pad_and_add_s8(lhs_ptr, &lhs000, &lhs001, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 214 read_pad_and_add_s8(&lhs_ptr[4], &lhs010, &lhs011, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 215 read_pad_and_add_s8(&lhs_ptr[rhs_rows], &lhs100, &lhs101, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 216 read_pad_and_add_s8(&lhs_ptr[rhs_rows + 4], &lhs110, &lhs111, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 249 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 250 read_pad_and_add_s8(&lhs_ptr[4], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 283 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 284 read_pad_and_add_s8(&lhs_ptr[rhs_rows], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() 309 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32() [all …]
|
D | arm_nn_vec_mat_mult_t_s8.c | 203 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8() 228 int32_t vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_s8() 230 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_s8() 288 int32_t vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_s8() 289 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); 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() 565 int32_t vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_s8() 567 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_s8() 625 int32_t vec_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)vec_0, 8); in arm_nn_vec_mat_mult_t_s8() 626 vec_0 = SXTAB16(lhs_offset_s16x2, vec_0); in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_vec_mat_mult_t_s4.c | 78 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s4() local 326 lhs_low = SXTAB16(lhs_offset_s16x2, lhs_high); in arm_nn_vec_mat_mult_t_s4() 327 lhs_high = SXTAB16_RORn(lhs_offset_s16x2, lhs_high, 8); in arm_nn_vec_mat_mult_t_s4() 420 lhs_low = SXTAB16(lhs_offset_s16x2, lhs_high); in arm_nn_vec_mat_mult_t_s4() 421 lhs_high = SXTAB16_RORn(lhs_offset_s16x2, lhs_high, 8); in arm_nn_vec_mat_mult_t_s4() 660 lhs_low = SXTAB16(lhs_offset_s16x2, lhs_high); in arm_nn_vec_mat_mult_t_s4() 661 lhs_high = SXTAB16_RORn(lhs_offset_s16x2, lhs_high, 8); in arm_nn_vec_mat_mult_t_s4()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_3x3_s8.c | 120 const uint32_t lhs_offset_s16x2 = PKHBT(input_offset, input_offset, 16); in arm_depthwise_conv_3x3_s8() local 134 in_val_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)in_val, 8); in arm_depthwise_conv_3x3_s8() 138 in_val = SXTAB16(lhs_offset_s16x2, (uint32_t)in_val); in arm_depthwise_conv_3x3_s8() 147 in_val_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)in_val, 8); in arm_depthwise_conv_3x3_s8() 151 in_val = SXTAB16(lhs_offset_s16x2, (uint32_t)in_val); in arm_depthwise_conv_3x3_s8() 161 in_val_1 = SXTAB16_RORn(lhs_offset_s16x2, (uint32_t)in_val, 8); in arm_depthwise_conv_3x3_s8() 165 in_val = SXTAB16(lhs_offset_s16x2, (uint32_t)in_val); in arm_depthwise_conv_3x3_s8()
|