Searched refs:gather_offset (Results 1 – 5 of 5) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mul_core_1x_s4.c | 65 const uint8x16_t gather_offset = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; in arm_nn_mat_mul_core_1x_s4() local 78 int8x16_t col_vec = vldrbq_gather_offset_z_s8(col_base, gather_offset, rmdr_mask); in arm_nn_mat_mul_core_1x_s4()
|
D | arm_nn_vec_mat_mult_t_s4.c | 85 const uint8x16_t gather_offset = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; in arm_nn_vec_mat_mult_t_s4() local 141 int8x16_t ker_0 = vldrbq_gather_offset_s8(rhs_ptr, gather_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() 163 int8x16_t ker_0 = vldrbq_gather_offset_z_s8(rhs_ptr, gather_offset, rmdr_mask); 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() 248 int8x16_t ker_0 = vldrbq_gather_offset_s8(rhs_ptr, gather_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() 270 int8x16_t ker_0 = vldrbq_gather_offset_z_s8(rhs_ptr, gather_offset, rmdr_mask); 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() 637 int8x16_t ker_0 = vldrbq_gather_offset_s8(&rhs_ptr[rhs_offset], gather_offset); in arm_nn_vec_mat_mult_t_s4()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 67 const uint32x4_t gather_offset = {0, 0, 1, 1}; in arm_nn_depthwise_conv_nt_t_s4() local 98 ker_0 = vldrbq_gather_offset_s32(rhs_0, gather_offset); in arm_nn_depthwise_conv_nt_t_s4() 139 int32x4_t ker_0 = vldrbq_gather_offset_s32(rhs_0, gather_offset); in arm_nn_depthwise_conv_nt_t_s4()
|
D | arm_nn_mat_mult_nt_t_s4.c | 68 const uint8x16_t gather_offset = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; in arm_nn_mat_mult_nt_t_s4() local 109 int8x16_t col_vec = vldrbq_gather_offset_s8(col_base, gather_offset); in arm_nn_mat_mult_nt_t_s4() 136 int8x16_t col_vec = vldrbq_gather_offset_z_s8(col_base, gather_offset, rmdr_mask); in arm_nn_mat_mult_nt_t_s4() 211 int8x16_t col_vec = vldrbq_gather_offset_s8(col_base, gather_offset); in arm_nn_mat_mult_nt_t_s4() 234 int8x16_t col_vec = vldrbq_gather_offset_z_s8(col_base, gather_offset, rmdr_mask); in arm_nn_mat_mult_nt_t_s4() 302 int8x16_t col_vec = vldrbq_gather_offset_s8(col_base, gather_offset); in arm_nn_mat_mult_nt_t_s4() 317 … int8x16_t col_vec = vldrbq_gather_offset_z_s8(col_base, gather_offset, rmdr_mask); in arm_nn_mat_mult_nt_t_s4()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 164 const uint32x4_t gather_offset = {0, 0, 1, 1}; in arm_depthwise_conv_s4_opt() local 190 ker_0 = vldrbq_gather_offset_s32(row_0, gather_offset); in arm_depthwise_conv_s4_opt() 218 int32x4_t ker_0 = vldrbq_gather_offset_s32(row_0, gather_offset); in arm_depthwise_conv_s4_opt()
|