Lines Matching refs:inhigh
13165 uint16x8_t inhigh = vmovl_u8(vget_high_u8(in8));13166 if (!match_system(big_endian)) { inhigh = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(inhigh))); }13167 vst1q_u16(reinterpret_cast<uint16_t *>(utf16_output+8), inhigh);