Lines Matching defs:pSrcLeft

53 pSrcLeft        RN 0    ;// input pointer
192 ADD pTmp, pSrcLeft, leftStep
196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
201 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
202 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
203 VLD1 {dLeftVal[7]},[pTmp] ;// pSrcLeft[7*leftStep]
216 VPADDL dSumLeftValU16, dLeftVal ;// pSrcLeft[ 6+7 | 4+5 | 2+3 | 0+1 ]
217 VPADDL dSumLeftValU32, dSumLeftValU16 ;// pSrcLeft[ 4+5+6+7 | 0+1+2+3 ]
252 VPADDL dSumLeftValU16, dLeftVal ;// pSrcLeft[ 6+7 | 4+5 | 2+3 | 0+1 ]
253 VPADDL dSumLeftValU32, dSumLeftValU16 ;// pSrcLeft[ 4+5+6+7 | 0+1+2+3 ]
313 ADD pTmp, pSrcLeft, leftStep
316 VLD1 {dLeftVal0[]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
317 VLD1 {dLeftVal1[]},[pTmp],step ;// pSrcLeft[1*leftStep]
318 VLD1 {dLeftVal2[]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
319 VLD1 {dLeftVal3[]},[pTmp],step ;// pSrcLeft[3*leftStep]
320 VLD1 {dLeftVal4[]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
321 VLD1 {dLeftVal5[]},[pTmp],step ;// pSrcLeft[5*leftStep]
322 VLD1 {dLeftVal6[]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
323 VLD1 {dLeftVal7[]},[pTmp] ;// pSrcLeft[7*leftStep]
329 ADD pTmp, pSrcLeft, leftStep
335 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
336 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
337 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
338 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
339 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
340 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
341 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
342 VLD1 {dLeftVal[7]},[pTmp] ;// pSrcLeft[7*leftStep]
352 VREV64 dRevLeftVal,dLeftVal ;// Reverse order of bytes = pSrcLeft[0:1:2:3:4:5:6:7]
353 VSUBL qLeft7minus0,dRevLeftVal,dAboveLeftVal ;// qAbove7minus0[0] = pSrcLeft[7] - pSrcAboveLeft[0]
354 VSHR dRevLeftValU64,dRevLeftValU64,#8 ;// pSrcLeft[X:0:1:2:3:4:5:6]
355 VSUBL qLeftDiff,dRevLeftVal,dLeftVal ;// pSrcLeft[6] - pSrcLeft[0]
356 ;// pSrcLeft[5] - pSrcLeft[1]
357 ;// pSrcLeft[4] - pSrcLeft[2]
364 VEXT dDiffLeftU8,dLeftDiff0U8,dLeft7minus0U8,#2 ;// pSrcLeft[ 7-0 | 4-2 | 5-1 | 6-0 ]