Home | History | Annotate | Download | only in dsp

Lines Matching refs:alpha_mask

22   uint32_t alpha_mask = 0xffffffff;
38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
45 [alpha_mask]"+r"(alpha_mask)
56 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
59 [alpha_mask]"+r"(alpha_mask)
69 "ext %[temp0], %[alpha_mask], 0, 16 \n\t"
70 "srl %[alpha_mask], %[alpha_mask], 16 \n\t"
71 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
72 "ext %[temp0], %[alpha_mask], 0, 8 \n\t"
73 "srl %[alpha_mask], %[alpha_mask], 8 \n\t"
74 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask)
79 return (alpha_mask != 0xff);