Searched refs:ip_row_2 (Results 1 – 4 of 4) sorted by relevance
68 const int8_t *ip_row_2 = row_base + (2 * offset); in arm_nn_mat_mul_core_4x_s8() local80 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mul_core_4x_s8()104 [row2] "+r"(ip_row_2), in arm_nn_mat_mul_core_4x_s8()
85 const int16_t *ip_row_2 = lhs + (2 * rhs_cols); in arm_nn_mat_mult_nt_t_s16() local95 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mult_nt_t_s16()123 [row2] "+l"(ip_row_2), in arm_nn_mat_mult_nt_t_s16()165 ip_row_2 = lhs + (2 * rhs_cols) + MAX_COL_COUNT; in arm_nn_mat_mult_nt_t_s16()174 acc_n2_s64 += ip_row_2[j] * col; in arm_nn_mat_mult_nt_t_s16()
84 int8_t const *ip_row_2 = lhs + (2 * lhs_cols_offset); in arm_nn_mat_mult_nt_t_s4() local97 acc_n2 += ip_row_2[0] * col; in arm_nn_mat_mult_nt_t_s4()103 ++ip_row_2; in arm_nn_mat_mult_nt_t_s4()125 lhs_vec = vldrbq_s8(ip_row_2); in arm_nn_mat_mult_nt_t_s4()126 ip_row_2 += 16; in arm_nn_mat_mult_nt_t_s4()149 lhs_vec = vldrbq_z_s8(ip_row_2, rmdr_mask); in arm_nn_mat_mult_nt_t_s4()189 int8_t const *ip_row_2 = lhs + (2 * lhs_cols_offset); in arm_nn_mat_mult_nt_t_s4() local201 acc_n2 += ip_row_2[0] * col; in arm_nn_mat_mult_nt_t_s4()206 ++ip_row_2; in arm_nn_mat_mult_nt_t_s4()227 lhs_vec = vldrbq_s8(ip_row_2); in arm_nn_mat_mult_nt_t_s4()[all …]
78 const int8_t *ip_row_2 = lhs + (2 * lhs_cols_offset); in arm_nn_mat_mult_nt_t_s8() local90 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mult_nt_t_s8()121 [row2] "+r"(ip_row_2), in arm_nn_mat_mult_nt_t_s8()