Searched defs:lhs_low (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s4.c | 319 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low, rhs_high1, rhs_low1; in arm_nn_vec_mat_mult_t_s4() local 364 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 413 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low, rhs_high1, rhs_low1; in arm_nn_vec_mat_mult_t_s4() local 494 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 513 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 567 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 654 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low; in arm_nn_vec_mat_mult_t_s4() local 688 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 704 const int32_t lhs_low = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local
|
D | arm_nn_mat_mult_nt_interleaved_t_even_s4.c | 107 int8x16_t lhs_high, lhs_low; in arm_nn_mat_mult_nt_interleaved_t_even_s4() local 239 int8x16_t lhs_high, lhs_low; in arm_nn_mat_mult_nt_interleaved_t_even_s4() local 357 int8x16_t lhs_high, lhs_low; in arm_nn_mat_mult_nt_interleaved_t_even_s4() local 462 int8x16_t lhs_high, lhs_low; in arm_nn_mat_mult_nt_interleaved_t_even_s4() local
|