Home | History | Annotate | Download | only in src

Lines Matching full:out0

64 Out0            RN 6
135 MUL Out0, Left0, r0x01010101 ;// replicate the val in all the bytes
139 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
169 ADD Out0, tVal6, tVal11 ;// Out0 = tVal6 + tVal11
170 ADD Out0, Out0, #4 ;// Out0 = Out0 + 4
172 MOV Out0, Out0, LSR #3 ;// Out0 = (Out0 + 4)>>3
176 MUL Out0, Out0, r0x01010101 ;// replicate the val in all the bytes
181 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
182 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [4 to 7 ]
183 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [8 to 11]
184 STR Out0, [pDst] ;// store {Out0} at pDst [12 to 15]
198 UADD16 Out0, tVal6, tVal7 ;// pSrcAbove[0, 2] + pSrcAbove[1, 3]
200 ADD Out0, Out0, LSR #16 ;// sum(pSrcAbove[0] to pSrcAbove[3])
204 UXTH Out0, Out0 ;// upsum1 (Clear the top junk bits)
205 ADD Out0, Out0, #2 ;// Out0 = Out0 + 2
209 MOV Out0, Out0, LSR #2 ;// Out0 = (Out0 + 2)>>2
213 MUL Out0, Out0, r0x01010101 ;// replicate the val in all the bytes
218 M_STR Out0, [pDst], dstStep ;// store {tVal6} at pDst [0 to 3 ]
219 M_STR Out0, [pDst], dstStep ;// store {tVal6} at pDst [4 to 7 ]
220 M_STR Out0, [pDst], dstStep ;// store {tVal6} at pDst [8 to 11]
221 STR Out0, [pDst] ;// store {tVal6} at pDst [12 to 15]
235 ADD Out0, Left0, Left1 ;// Out0 = Left0 + Left1
240 ADD Out0, Out0, Out1 ;// Out0 = Out0 + Out1
241 ADD Out0, Out0, #2 ;// Out0 = Out0 + 2
245 MOV Out0, Out0, LSR #2 ;// Out0 = (Out0 + 2)>>2
249 MUL Out0, Out0, r0x01010101 ;// replicate the val in all the bytes
254 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
255 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [4 to 7 ]
256 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [8 to 11]
257 STR Out0, [pDst] ;// store {Out0} at pDst [12 to 15]
261 MOV Out0, #128 ;// Out0 = 128 if(count == 0)
265 MUL Out0, Out0, r0x01010101 ;// replicate the val in all the bytes
270 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
271 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [4 to 7 ]
272 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [8 to 11]
273 STR Out0, [pDst] ;// store {Out0} at pDst [12 to 15]
310 ORR Out0, tVal6, tVal11 ;// {U3, f2, f1, f0 }
314 PKHTB Out1, Out3, Out0, ASR #8 ;// {U3, U3, f2, f1 }
318 M_STR Out0, [pDst], dstStep ;// store {f3 to f0} at pDst[3 to 0 ]
341 UADD8 Out0, tVal6, r0x80808080 ;// {f3, f2, f1, f0 }
344 MOV tVal7, Out0, LSR #8 ;// {00, f3, f2, f1 }
348 M_STR Out0, [pDst], dstStep ;// store {f3 to f0} at pDst[3 to 0 ]
385 UADD8 Out0, tVal11, r0x80808080 ;// Out0 = f1 f0 fL i0
387 MOV tVal7, Out0, LSL #8 ;// tVal7 = f0 fL i0 00
389 PKHBT Out2, tVal11, Out0, LSL #16 ;// Out2 = fL i0 i1 i2
390 M_STR Out0, [pDst], dstStep ;// store {f1 to i0} at pDst[3 to 0 ]
419 UADD8 Out0, tVal1, r0x80808080 ;// Out0 = e2 e1 e0 eL
421 M_STR Out0, [pDst], dstStep ;// store {e2 to eL} at pDst[3 to 0 ]
423 MOV tVal6, Out0, LSL #8 ;// tVal6 = e1 e0 eL 00
464 ORR Out0, tVal4, tVal1 ;// Out0 = i2 i1 i0 eL
465 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
466 MOV tVal4, Out0, LSL #16 ;// tVal4 = i1 i0 00 00
502 UADD8 Out0, tVal8, r0x80808080 ;// Out0 = e4 e3 e2 e1
503 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]
551 ORR Out0, tVal8, tVal4, LSL #8 ;// Out0 = i3 e2 i2 e1
553 M_STR Out0, [pDst], dstStep ;// store {Out0} at pDst [0 to 3 ]