Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c63 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() local
69 int8x16_t v_lhs0 = vldrbq_s8(lhs_ptr); in arm_nn_mat_mult_nt_t_s8_s32()
70 lhs_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8_s32()
71 int8x16_t v_lhs1 = vldrbq_s8(lhs_ptr); in arm_nn_mat_mult_nt_t_s8_s32()
72 lhs_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8_s32()
73 int8x16_t v_lhs2 = vldrbq_s8(lhs_ptr); in arm_nn_mat_mult_nt_t_s8_s32()
74 lhs_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8_s32()
75 int8x16_t v_lhs3 = vldrbq_s8(lhs_ptr); in arm_nn_mat_mult_nt_t_s8_s32()
76 lhs_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8_s32()
110 int8x16_t v_lhs0 = vldrbq_s8(lhs_ptr); in arm_nn_mat_mult_nt_t_s8_s32()
[all …]
Darm_nn_vec_mat_mult_t_s4.c92 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s4() local
111 const int8x16x2_t inputx2 = vld2q_s8(lhs_ptr); in arm_nn_vec_mat_mult_t_s4()
133 lhs_ptr += 32; in arm_nn_vec_mat_mult_t_s4()
139 const int8x16_t input = vldrbq_s8(lhs_ptr); in arm_nn_vec_mat_mult_t_s4()
155 lhs_ptr += 16; in arm_nn_vec_mat_mult_t_s4()
161 const int8x16_t input = vldrbq_z_s8(lhs_ptr, rmdr_mask); in arm_nn_vec_mat_mult_t_s4()
185 lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s4()
186 const int32_t lhs_high = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4()
193 ++lhs_ptr; in arm_nn_vec_mat_mult_t_s4()
200 lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s4()
[all …]
Darm_nn_mat_mult_nt_t_s4.c372 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s4()
412 lhs_high = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s4()
423 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
436 lhs_high = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s4()
447 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
460 lhs_high = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s4()
471 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
484 lhs_high = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s4()
495 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
510 lhs_high = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s4()
[all …]
Darm_nn_mat_mult_nt_t_s8.c232 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8()
271 val0 = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s8()
286 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
297 val0 = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s8()
311 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
322 val0 = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s8()
336 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
347 val0 = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s8()
361 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
374 val0 = arm_nn_read_s8x4_ia((const int8_t **)&lhs_ptr); in arm_nn_mat_mult_nt_t_s8()
[all …]
Darm_nn_vec_mat_mult_t_s16.c76 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s16() local
92 int16x8_t lhs_input = vldrhq_z_s16(lhs_ptr, pred); in arm_nn_vec_mat_mult_t_s16()
104 lhs_ptr += 8; in arm_nn_vec_mat_mult_t_s16()
121 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mult_t_s16()
171 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s16() local
181 int16x8_t lhs_input = vldrhq_z_s16(lhs_ptr, pred); in arm_nn_vec_mat_mult_t_s16()
186 lhs_ptr += 8; in arm_nn_vec_mat_mult_t_s16()
201 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mult_t_s16()
330 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s16()
338 const int64_t lhs_value = *lhs_ptr; in arm_nn_vec_mat_mult_t_s16()
[all …]
Darm_nn_vec_mat_mul_result_acc_s16.c85 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mul_result_acc_s16() local
101 int16x8_t lhs_input = vldrhq_z_s16(lhs_ptr, pred); in arm_nn_vec_mat_mul_result_acc_s16()
113 lhs_ptr += 8; in arm_nn_vec_mat_mul_result_acc_s16()
130 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mul_result_acc_s16()
174 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mul_result_acc_s16() local
184 int16x8_t lhs_input = vldrhq_z_s16(lhs_ptr, pred); in arm_nn_vec_mat_mul_result_acc_s16()
189 lhs_ptr += 8; in arm_nn_vec_mat_mul_result_acc_s16()
199 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mul_result_acc_s16()
328 const int16_t *lhs_ptr = lhs; in arm_nn_vec_mat_mul_result_acc_s16() local
335 const int64_t lhs_value = *lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s16()
[all …]
Darm_nn_vec_mat_mul_result_acc_s8_s16.c262 const int8_t *lhs_ptr = lhs; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
279 const int32_t lhs_value = (int8_t)*lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16()
288 ++lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16()
313 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
321 int32_t lhs_value = (int8_t)lhs_ptr[0]; in arm_nn_vec_mat_mul_result_acc_s8_s16()
326 ++lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_s8.c325 const int8_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s8()
344 const int32_t lhs_value = (int8_t)*lhs_ptr + lhs_offset; in arm_nn_vec_mat_mult_t_s8()
353 ++lhs_ptr; in arm_nn_vec_mat_mult_t_s8()
386 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s8()
398 int32_t lhs_value = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s8()
403 ++lhs_ptr; in arm_nn_vec_mat_mult_t_s8()
662 const int8_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s8()
681 const int32_t lhs_value = (int8_t)*lhs_ptr + lhs_offset; in arm_nn_vec_mat_mult_t_s8()
690 ++lhs_ptr; in arm_nn_vec_mat_mult_t_s8()
722 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s8()
[all …]
Darm_nn_vec_mat_mult_t_svdf_s8.c339 const int8_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() local
352 const int32_t lhs_value = (int8_t)*lhs_ptr + lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8()
361 ++lhs_ptr; in arm_nn_vec_mat_mult_t_svdf_s8()
387 const int8_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_svdf_s8() local
395 int32_t lhs_value = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8()
400 ++lhs_ptr; in arm_nn_vec_mat_mult_t_svdf_s8()