Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:r6

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