Lines Matching refs:inA
573 q31_t inA = arm_nn_read_q7x4_ia(&source); in read_and_pad() local
574 q31_t inAbuf1 = __SXTB16(__ROR((uint32_t)inA, 8)); in read_and_pad()
575 q31_t inAbuf2 = __SXTB16(inA); in read_and_pad()
594 q31_t inA = arm_nn_read_q7x4_ia(&source); in read_and_pad_reordered() local
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()
612 q31_t inA = arm_nn_read_q7x4_ia(&source); in read_and_pad_reordered_with_offset() local
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()