Home | History | Annotate | Download | only in private

Lines Matching refs:_16

652     uint16x4_t _16 = vqmovn_u32(_32);
653 return vqmovn_u16(vcombine_u16(_16, _16));
657 uint16x8_t _16 = vmovl_u8(src.fVec);
658 return vmovl_u16(vget_low_u16(_16));
708 uint16x4_t _16 = vqmovun_s32(src.fVec);
709 return vqmovn_u16(vcombine_u16(_16, _16));
713 uint16x4_t _16 = vqmovn_u32(src.fVec);
714 return vqmovn_u16(vcombine_u16(_16, _16));