Home | History | Annotate | Download | only in opts

Lines Matching full:dst_final

451 	    uint8x8_t src_raw, dst_raw, dst_final;
492 dst_final = vadd_u8(src_raw, dst_cooked);
525 vst1_u32(dst, vreinterpret_u32_u8(dst_final));
821 uint8x8_t src_raw, dst_raw, dst_final;
837 dst_final = vshrn_n_u16(dst_wide, 8);
838 vst1_u32(dst, vreinterpret_u32_u8(dst_final));