Home | History | Annotate | Download | only in neon

Lines Matching refs:outPointStep

72 #define outPointStep                    r3
97 MOV outPointStep,subFFTSize,LSL #2
106 SUB step,outPointStep,#4 @// step = -4+outPointStep
107 RSB dstStep,step,#0 @// dstStep = -4-outPointStep+8 = -step
108 @//RSB dstStep,outPointStep,#16
162 VST2 {dYr0[1],dYi0[1]},[pDst],step @// step = -4+outPointStep
165 VST2 {dYr1[1],dYi1[1]},[pDst],dstStep @// dstStep = -4-outPointStep+8 = -step
167 @//VST2 {dYr0,dYi0},[pDst],outPointStep
168 @//VST2 {dYr1,dYi1},[pDst],dstStep @// dstStep = step = -outPointStep + 16
175 SUB pDst,pSrc,outPointStep,LSL #1 @// pDst -= 2*size; pSrc -= 4*size bytes
176 SUB pSrc,pTmp,outPointStep
179 SUB pTwiddle,pTwiddle,outPointStep @// pTwiddle -= 2*size bytes