Home | History | Annotate | Download | only in src

Lines Matching refs:step

78 step            RN 10
207 ADD step, leftStep, leftStep
210 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
211 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
212 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
213 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
214 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
215 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
216 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
248 ADD step, dstStep, dstStep
250 VST1 dDstRow0,[pDst],step ;// pDst[0*dstStep+x] :0<= x <= 7
251 VST1 dDstRow0,[pTmp],step ;// pDst[1*dstStep+x] :0<= x <= 7
252 VST1 dDstRow0,[pDst],step ;// pDst[2*dstStep+x] :0<= x <= 7
253 VST1 dDstRow0,[pTmp],step ;// pDst[3*dstStep+x] :0<= x <= 7
254 VST1 dDstRow4,[pDst],step ;// pDst[4*dstStep+x] :0<= x <= 7
255 VST1 dDstRow4,[pTmp],step ;// pDst[5*dstStep+x] :0<= x <= 7
256 VST1 dDstRow4,[pDst],step ;// pDst[6*dstStep+x] :0<= x <= 7
303 ADD step, dstStep, dstStep
305 VST1 dDstRow0,[pDst],step ;// pDst[0*dstStep+x] :0<= x <= 7
306 VST1 dDstRow0,[pTmp],step ;// pDst[1*dstStep+x] :0<= x <= 7
307 VST1 dDstRow0,[pDst],step ;// pDst[2*dstStep+x] :0<= x <= 7
308 VST1 dDstRow0,[pTmp],step ;// pDst[3*dstStep+x] :0<= x <= 7
309 VST1 dDstRow0,[pDst],step ;// pDst[4*dstStep+x] :0<= x <= 7
310 VST1 dDstRow0,[pTmp],step ;// pDst[5*dstStep+x] :0<= x <= 7
311 VST1 dDstRow0,[pDst],step ;// pDst[6*dstStep+x] :0<= x <= 7
328 ADD step, leftStep, leftStep
330 VLD1 {dLeftVal0[]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
331 VLD1 {dLeftVal1[]},[pTmp],step ;// pSrcLeft[1*leftStep]
332 VLD1 {dLeftVal2[]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
333 VLD1 {dLeftVal3[]},[pTmp],step ;// pSrcLeft[3*leftStep]
334 VLD1 {dLeftVal4[]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
335 VLD1 {dLeftVal5[]},[pTmp],step ;// pSrcLeft[5*leftStep]
336 VLD1 {dLeftVal6[]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
344 ADD step, leftStep, leftStep
349 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
350 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
351 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
352 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
353 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
354 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
355 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
431 ADD step, dstStep, dstStep
433 VST1 dSum0,[pDst],step ;// pDst[0*dstStep+x] :0<= x <= 7
434 VST1 dSum1,[pTmp],step ;// pDst[1*dstStep+x] :0<= x <= 7
435 VST1 dSum2,[pDst],step ;// pDst[2*dstStep+x] :0<= x <= 7
436 VST1 dSum3,[pTmp],step ;// pDst[3*dstStep+x] :0<= x <= 7
437 VST1 dSum4,[pDst],step ;// pDst[4*dstStep+x] :0<= x <= 7
438 VST1 dSum5,[pTmp],step ;// pDst[5*dstStep+x] :0<= x <= 7
439 VST1 dSum6,[pDst],step ;// pDst[6*dstStep+x] :0<= x <= 7