Home | History | Annotate | Download | only in src

Lines Matching refs:Left2

85 Left2           RN 8
147 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
151 MUL Out2, Left2, r0x01010101 ;// replicate the val in all the bytes
177 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
181 ADD tVal7, Left2, Left3 ;// tVal7 = Left2 + Left3
247 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
253 ADD Out1, Left2, Left3 ;// Out1 = Left2 + Left3
376 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
382 ORR tVal8, Left3, Left2, LSL #8 ;// tVal8 = 00 00 L2 L3
419 LDRB Left2, [pSrcLeft] ;// Left2 = 00 00 00 L2
442 ORR tVal1, tVal1, Left2 ;// tVal1 = U0 UL L0 L2
461 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = 00 00 00 L2
476 ORR tVal7, Left2, Left1, LSL #16 ;// tVal7 = 00 L1 00 L2
477 ORR tVal10, Left3, Left2, LSL #16 ;// tVal10= 00 L2 00 L3
545 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
549 ORR tVal7, Left1, Left2, LSL #16 ;// tVal7 = 00 L2 00 L1
550 ORR tVal11, Left2, Left3, LSL #16 ;// tVal11= 00 L3 00 L2