Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:r6

58     mov         r6, r8, lsr #11                 // extract dest red
62 smlabb r6, r6, r5, r10 // dest red * alpha + src red
66 mov r6, r6, lsr #8 // shift down red
68 mov r6, r6, lsl #11 // shift red into 565
69 orr r6, r7, lsl #5 // shift green into 565
70 orr r6, r8, lsr #8 // shift blue into 565
72 strh r6, [r0], #2 // store pixel to dest, update ptr