Searched refs:ip_row_1 (Results 1 – 4 of 4) sorted by relevance
67 const int8_t *ip_row_1 = row_base + offset; in arm_nn_mat_mul_core_4x_s8() local79 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mul_core_4x_s8()103 [row1] "+r"(ip_row_1), in arm_nn_mat_mul_core_4x_s8()
84 const int16_t *ip_row_1 = lhs + rhs_cols; in arm_nn_mat_mult_nt_t_s16() local94 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s16()122 [row1] "+l"(ip_row_1), in arm_nn_mat_mult_nt_t_s16()164 ip_row_1 = lhs + rhs_cols + MAX_COL_COUNT; in arm_nn_mat_mult_nt_t_s16()173 acc_n1_s64 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s16()
83 int8_t const *ip_row_1 = lhs + lhs_cols_offset; in arm_nn_mat_mult_nt_t_s4() local96 acc_n1 += ip_row_1[0] * col; in arm_nn_mat_mult_nt_t_s4()102 ++ip_row_1; in arm_nn_mat_mult_nt_t_s4()121 lhs_vec = vldrbq_s8(ip_row_1); in arm_nn_mat_mult_nt_t_s4()122 ip_row_1 += 16; in arm_nn_mat_mult_nt_t_s4()146 lhs_vec = vldrbq_z_s8(ip_row_1, rmdr_mask); in arm_nn_mat_mult_nt_t_s4()188 int8_t const *ip_row_1 = lhs + lhs_cols_offset; in arm_nn_mat_mult_nt_t_s4() local200 acc_n1 += ip_row_1[0] * col; in arm_nn_mat_mult_nt_t_s4()205 ++ip_row_1; in arm_nn_mat_mult_nt_t_s4()223 lhs_vec = vldrbq_s8(ip_row_1); in arm_nn_mat_mult_nt_t_s4()[all …]
77 const int8_t *ip_row_1 = lhs + lhs_cols_offset; in arm_nn_mat_mult_nt_t_s8() local89 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s8()120 [row1] "+r"(ip_row_1), in arm_nn_mat_mult_nt_t_s8()