/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/ |
D | arm_nn_mat_mult_nt_t_s8.c | 105 val2 = __SXTB16(val1); in arm_nn_mat_mult_nt_t_s8() 107 val3 = __SXTB16(val0); in arm_nn_mat_mult_nt_t_s8() 114 val5 = __SXTB16(val4); in arm_nn_mat_mult_nt_t_s8() 122 val3 = __SXTB16(val0); in arm_nn_mat_mult_nt_t_s8() 131 val2 = __SXTB16(val1); in arm_nn_mat_mult_nt_t_s8() 133 val3 = __SXTB16(val0); in arm_nn_mat_mult_nt_t_s8() 139 val5 = __SXTB16(val4); in arm_nn_mat_mult_nt_t_s8() 147 val3 = __SXTB16(val0); in arm_nn_mat_mult_nt_t_s8() 156 val2 = __SXTB16(val1); in arm_nn_mat_mult_nt_t_s8() 158 val3 = __SXTB16(val0); in arm_nn_mat_mult_nt_t_s8() [all …]
|
D | arm_nn_vec_mat_mult_t_s8.c | 204 ker_0 = __SXTB16(ker_0); in arm_nn_vec_mat_mult_t_s8() 211 ker_0 = __SXTB16(ker_0); in arm_nn_vec_mat_mult_t_s8() 263 ker_0 = __SXTB16(ker_0); in arm_nn_vec_mat_mult_t_s8()
|
/cmsis-3.4.0/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q7.c | 329 vecData2 = __SXTB16(__ROR(vecData, 8)); in arm_mat_vec_mult_q7() 330 vecData = __SXTB16(vecData); in arm_mat_vec_mult_q7() 333 matData2 = __SXTB16(__ROR(matData, 8)); in arm_mat_vec_mult_q7() 334 matData = __SXTB16(matData); in arm_mat_vec_mult_q7() 338 matData2 = __SXTB16(__ROR(matData, 8)); in arm_mat_vec_mult_q7() 339 matData = __SXTB16(matData); in arm_mat_vec_mult_q7() 343 matData2 = __SXTB16(__ROR(matData, 8)); in arm_mat_vec_mult_q7() 344 matData = __SXTB16(matData); in arm_mat_vec_mult_q7() 348 matData2 = __SXTB16(__ROR(matData, 8)); in arm_mat_vec_mult_q7() 349 matData = __SXTB16(matData); in arm_mat_vec_mult_q7() [all …]
|
/cmsis-3.4.0/CMSIS/DSP/Source/BasicMathFunctions/ |
D | arm_dot_prod_q7.c | 137 inA1 = __SXTB16(__ROR(input1, 8)); in arm_dot_prod_q7() 139 inA2 = __SXTB16(input1); in arm_dot_prod_q7() 141 inB1 = __SXTB16(__ROR(input2, 8)); in arm_dot_prod_q7() 143 inB2 = __SXTB16(input2); in arm_dot_prod_q7()
|
/cmsis-3.4.0/CMSIS/NN/Include/ |
D | arm_nnsupportfunctions.h | 574 q31_t inAbuf1 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad() 575 q31_t inAbuf2 = __SXTB16(inA); in read_and_pad() 596 *out2 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad_reordered() 597 *out1 = __SXTB16(inA); in read_and_pad_reordered() 599 *out1 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad_reordered() 600 *out2 = __SXTB16(inA); in read_and_pad_reordered() 615 *out2 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad_reordered_with_offset() 616 *out1 = __SXTB16(inA); in read_and_pad_reordered_with_offset() 618 *out1 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad_reordered_with_offset() 619 *out2 = __SXTB16(inA); in read_and_pad_reordered_with_offset()
|
/cmsis-3.4.0/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_q7_to_q15.c | 127 in1 = __SXTB16(__ROR(in, 8)); in arm_q7_to_q15() 130 in2 = __SXTB16(in); in arm_q7_to_q15()
|
/cmsis-3.4.0/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_power_q7.c | 127 in1 = __SXTB16(__ROR(in32, 8)); in arm_power_q7() 128 in2 = __SXTB16(in32); in arm_power_q7()
|
/cmsis-3.4.0/CMSIS/NN/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s8_opt.c | 297 ip_a2 = __SXTB16(ip_b1); in arm_depthwise_conv_s8_opt() 298 ip_b1 = __SXTB16(__ROR(ip_b1, 8)); in arm_depthwise_conv_s8_opt() 300 ip_b2 = __SXTB16(ip_a1); in arm_depthwise_conv_s8_opt() 301 ip_a1 = __SXTB16(__ROR(ip_a1, 8)); in arm_depthwise_conv_s8_opt()
|
/cmsis-3.4.0/CMSIS/Core_A/Include/ |
D | cmsis_armclang.h | 321 #define __SXTB16 __builtin_arm_sxtb16 macro 333 #define __SXTB16 __builtin_arm_sxtb16 macro
|
D | cmsis_iccarm.h | 358 #define __SXTB16 __iar_builtin_SXTB16 macro
|
D | cmsis_gcc.h | 195 __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) in __SXTB16() function
|
/cmsis-3.4.0/CMSIS/Core/Include/ |
D | cmsis_armcc.h | 853 #define __SXTB16 __sxtb16 macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
D | cmsis_armclang.h | 1463 #define __SXTB16 __builtin_arm_sxtb16 macro 1487 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
D | cmsis_iccarm.h | 504 #define __SXTB16 __iar_builtin_SXTB16 macro 998 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
D | cmsis_armclang_ltm.h | 1734 __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) in __SXTB16() function 1912 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
D | cmsis_gcc.h | 1981 __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) in __SXTB16() function 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn()
|
/cmsis-3.4.0/CMSIS/DSP/Include/dsp/ |
D | none.h | 551 __STATIC_FORCEINLINE uint32_t __SXTB16( in __SXTB16() function
|
/cmsis-3.4.0/CMSIS/Core_R/Include/ |
D | cmsis_gcc.h | 194 __STATIC_FORCEINLINE uint32_t __SXTB16(uint32_t op1) in __SXTB16() function
|