Searched refs:in_q7x4 (Results 1 – 3 of 3) sorted by relevance
56 q31_t in_q7x4; in arm_q7_to_q15_reordered_with_offset() local68 in_q7x4 = arm_nn_read_q7x4_ia(&src); in arm_q7_to_q15_reordered_with_offset()71 out_q15x2_1 = __SXTAB16(offset_q15x2, __ROR((uint32_t)in_q7x4, 8)); in arm_q7_to_q15_reordered_with_offset()72 out_q15x2_2 = __SXTAB16(offset_q15x2, in_q7x4); in arm_q7_to_q15_reordered_with_offset()
66 q31_t in_q7x4; in arm_q7_to_q15_with_offset() local80 in_q7x4 = arm_nn_read_q7x4_ia(&src); in arm_q7_to_q15_with_offset()83 in_q15x2_1 = __SXTAB16(offset_q15x2, __ROR(in_q7x4, 8)); in arm_q7_to_q15_with_offset()84 in_q15x2_2 = __SXTAB16(offset_q15x2, in_q7x4); in arm_q7_to_q15_with_offset()
54 q31_t in_q7x4 = arm_nn_read_q7x4_ia(&input); in arm_nn_add_q7() local55 q31_t temp_q15x2 = __SXTAB16(__SXTB16(in_q7x4), __ROR((uint32_t)in_q7x4, 8)); in arm_nn_add_q7()