Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:vshr

62     vshr.u8     d7, d6, #7                      // extract top bit of alpha
78 vshr.u16 q8, q10, #11 // shift dst red0 to low 5 bits
82 vshr.u16 q9, q9, #10 // shift dst green0 to low 6 bits
86 vshr.u16 q13, q11, #11 // shift dst red1 to low 5 bits
88 vshr.u16 q12, q12, #10 // shift dst green1 to low 6 bits
96 vshr.u16 q8, q8, #8 // shift down red0
98 vshr.u16 q9, q9, #8 // shift down green0
100 vshr.u16 q10, q10, #8 // shift down blue0
103 vshr.u16 q13, q13, #8 // shift down red1
105 vshr.u16 q12, q12, #8 // shift down green1
106 vshr.u16 q11, q11, #8 // shift down blue1