Home | History | Annotate | Download | only in opts

Lines Matching refs:src_raw

892         uint8x8_t src_raw, dst_raw, dst_final;
903 src_raw = vreinterpret_u8_u32(vld1_u32(src));
922 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
933 dst_final = vadd_u8(src_raw, dst_cooked);
1000 uint8x8_t src_raw, dst_raw, dst_final;
1020 src_raw = vreinterpret_u8_u32(vld1_u32(src));
1029 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
1042 dst_final = vadd_u8(src_raw, dst_cooked);