Home | History | Annotate | Download | only in neon

Lines Matching defs:pDst

60 #define pDst                            r2
161 VST2 {dYr0[0],dYi0[0]},[pDst]!
162 VST2 {dYr0[1],dYi0[1]},[pDst],step @// step = -4+outPointStep
164 VST2 {dYr1[0],dYi1[0]},[pDst]!
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
173 @// Reset and Swap pSrc and pDst for the next stage
174 MOV pTmp,pDst
175 SUB pDst,pSrc,outPointStep,LSL #1 @// pDst -= 2*size; pSrc -= 4*size bytes