Searched refs:rhs_offset (Results 1 – 3 of 3) sorted by relevance
67 const int rhs_offset = rhs_cols * row_loop_cnt; in arm_nn_vec_mat_mult_t_s4() local123 const int8x16_t ker_1 = vldrbq_s8(&rhs_ptr[rhs_offset]); in arm_nn_vec_mat_mult_t_s4()148 int8x16_t ker_1 = vldrbq_gather_offset_s8(&rhs_ptr[rhs_offset], gather_offset); in arm_nn_vec_mat_mult_t_s4()170 … int8x16_t ker_1 = vldrbq_gather_offset_z_s8(&rhs_ptr[rhs_offset], gather_offset, rmdr_mask); in arm_nn_vec_mat_mult_t_s4()183 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4()230 int8x16_t ker_1 = vldrbq_s8(&rhs_ptr[rhs_offset]); in arm_nn_vec_mat_mult_t_s4()255 int8x16_t ker_1 = vldrbq_gather_offset_s8(&rhs_ptr[rhs_offset], gather_offset); in arm_nn_vec_mat_mult_t_s4()277 … int8x16_t ker_1 = vldrbq_gather_offset_z_s8(&rhs_ptr[rhs_offset], gather_offset, rmdr_mask); in arm_nn_vec_mat_mult_t_s4()322 read_and_pad_s4((const int8_t *)&rhs_ptr[rhs_offset], &rhs_low1, &rhs_high1); in arm_nn_vec_mat_mult_t_s4()341 const int32_t rhs_value1 = rhs_ptr[rhs_offset]; in arm_nn_vec_mat_mult_t_s4()[all …]
72 const int32_t rhs_offset) in arm_nn_vec_mat_mult_t_s8() argument74 if (rhs_offset) in arm_nn_vec_mat_mult_t_s8()141 acc += vdupq_n_s32(rhs_offset) * vdupq_n_s32(lhs_sum); in arm_nn_vec_mat_mult_t_s8()142 acc += vdupq_n_s32(rhs_offset * lhs_offset) * vdupq_n_s32(rhs_cols); in arm_nn_vec_mat_mult_t_s8()186 acc_0 += lhs_sum * rhs_offset; in arm_nn_vec_mat_mult_t_s8()187 acc_0 += rhs_cols * lhs_offset * rhs_offset; in arm_nn_vec_mat_mult_t_s8()205 const int16_t rhs_offset_s16 = (int16_t)rhs_offset; in arm_nn_vec_mat_mult_t_s8()251 acc_0 += lhs_temp * (*rhs_0_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()253 acc_1 += lhs_temp * (*rhs_1_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()303 acc_0 += lhs_temp * (*rhs_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()[all …]
655 const int32_t rhs_offset);