Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c248 int32_t lhs00, lhs01, lhs10, lhs11; in arm_nn_mat_mult_nt_t_s8_s32() local
250 read_pad_and_add_s8(&lhs_ptr[4], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
260 dst_ptr[0] = SMLAD(lhs10, rhs_val10, dst_ptr[0]); in arm_nn_mat_mult_nt_t_s8_s32()
282 int32_t lhs00, lhs01, lhs10, lhs11; in arm_nn_mat_mult_nt_t_s8_s32() local
284 read_pad_and_add_s8(&lhs_ptr[rhs_rows], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
293 dst_ptr[dst_idx_col_offset] = SMLAD(lhs10, rhs_val0, dst_ptr[dst_idx_col_offset]); in arm_nn_mat_mult_nt_t_s8_s32()