Home | History | Annotate | Download | only in armv7

Lines Matching refs:pointStep

63 #define pointStep       r14
103 @// pT0+pointStep = increment of 8*pointStep bytes = 2*grpSize bytes
104 mov pointStep, subFFTNum, lsl #1
112 smull outPointStep, setCount, grpCount, pointStep
114 LSL pointStep,pointStep,#2 @// 2*grpSize
117 MOV setCount,pointStep,LSR #3
126 SUB diff,outPointStep,pointStep
143 add pSrc, pointStep
149 add pSrc, pointStep
188 add pSrc, pointStep
190 sub pSrc, pointStep
193 SUBS step,step,pointStep @// decrement loop counter
196 SUB pSrc,pSrc,pointStep,LSL #1 @// reset pSrc to data[0]
272 SUBGE pDst,pDst,pointStep
274 SUBGE pSrc,pSrc,pointStep,LSL #2