Home | History | Annotate | Download | only in libswconverter

Lines Matching refs:r10

19     @r10    temp3, r,g,b
197 mov r10, r9,lsr #16 @copy to r10
198 mov r14, r12 @copy to r10
201 and r10, r10, r6 @R: (rgbIn[k] & 0xF800) >> 10;
204 add r10,r10,r14
207 mul r7, r10, r11
209 mov r10, r9,lsr #8 @copy to r10
210 mov r14, r12,lsl #8 @copy to r10
213 and r10, r10, r6 @G:
216 add r10,r10,r14
219 mla r7, r10, r11, r7
221 mov r10, r9 @copy to r10
222 mov r14, r12,lsl #16 @copy to r10
225 and r10, r10, r6 @B
228 add r10,r10,r14
231 mla r7, r10, r11, r7
245 mov r10, r9 @copy to r10
250 and r10, r10, r6 @B:
253 mla r7, r10, r11, r7
257 mul r11, r10, r11
263 mov r10, r9, lsr #16 @copy to r10
265 and r10, r10, r6 @R: (rgbIn[k] & 0xF800) >> 10;
268 mul r11, r10, r11
272 mla r12, r10, r11, r12
274 mov r10, r9,lsr #8 @copy to r10
276 and r10, r10, r6 @G: (rgbIn[k] & 0x07E0) >> 5;
279 mul r11, r10, r11
283 mul r11, r10, r11
298 mov r10, r9,lsr #16 @copy to r10
299 mov r14, r12 @copy to r10
302 and r10, r10, r6 @R: (rgbIn[k] & 0xF800) >> 10;
305 add r10,r10,r14
308 mul r7, r10, r11
310 mov r10, r9,lsr #8 @copy to r10
311 mov r14, r12,lsl #8 @copy to r10
314 and r10, r10, r6 @G:
317 add r10,r10,r14
320 mla r7, r10, r11, r7
322 mov r10, r9 @copy to r10
323 mov r14, r12,lsl #16 @copy to r10
326 and r10, r10, r6 @B
329 add r10,r10,r14
335 mla r7, r10, r11, r7