Searched refs:out1 (Results 1 – 4 of 4) sorted by relevance
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1005 __STATIC_FORCEINLINE void read_and_pad_s4(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad_s4() argument 1010 *out1 = SXTB16_RORn(__sxtb16(inA << 4), 4); in read_and_pad_s4() 1026 __STATIC_FORCEINLINE void read_and_pad_s4_uneven(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad_s4_uneven() argument 1031 *out1 = SXTB16_RORn(__sxtb16(inA2 << 4), 4); in read_and_pad_s4_uneven() 1038 __STATIC_FORCEINLINE void read_and_pad_s4_ordered(const int8_t *source, int32_t *out1, int32_t *out… in read_and_pad_s4_ordered() argument 1046 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad_s4_ordered() 1048 *out1 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad_s4_ordered() 1056 __STATIC_FORCEINLINE const int8_t *read_and_pad(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad() argument 1064 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad() 1066 *out1 = (int32_t)(PKHTB(inAbuf1, inAbuf2, 16)); in read_and_pad() [all …]
|
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mul_core_4x_s8.c | 107 [out1] "+Te"(acc_n1), in arm_nn_mat_mul_core_4x_s8()
|
D | arm_nn_mat_mult_nt_t_s16.c | 126 [out1] "=Te"(acc_n1), in arm_nn_mat_mult_nt_t_s16()
|
D | arm_nn_mat_mult_nt_t_s8.c | 124 [out1] "=Te"(acc_n1), in arm_nn_mat_mult_nt_t_s8()
|