syn_filt_opt.s | 137 ADD r10, r4, r8, LSL #1 @ temp_p = yy + i
142 LDRSH r9, [r10, #-2] @ *(temp_p - 1)
143 LDRSH r12, [r10, #-4] @ *(temp_p - 2)
146 SMULBB r14, r9, r7 @ -a[1] * (*(temp_p -1))
148 LDRSH r6, [r10, #-6] @ *(temp_p - 3)
150 SMLABT r14, r12, r7, r14 @ -a[2] * (*(temp_p - 2))
153 LDRSH r11, [r10, #-8] @ *(temp_p - 4)
155 SMLABB r14, r6, r7, r14 @ -a[3] * (*(temp_p -3))
157 LDRSH r9, [r10, #-10] @ *(temp_p - 5)
159 SMLABT r14, r11, r7, r14 @ -a[4] * (*(temp_p -4)) [all...] |