Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_s8_to_s16_unordered_with_offset.c50 const int32_t offset_s16x2 = PKHBT(offset, offset, 16); in arm_s8_to_s16_unordered_with_offset() local
55 in_s16x2_1 = SXTAB16(offset_s16x2, in_s8x4); in arm_s8_to_s16_unordered_with_offset()
56 in_s16x2_2 = SXTAB16(offset_s16x2, ROR(in_s8x4, 8)); in arm_s8_to_s16_unordered_with_offset()