Lines Matching defs:inlow
13162 uint16x8_t inlow = vmovl_u8(vget_low_u8(in8));13163 if (!match_system(big_endian)) { inlow = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(inlow))); }13164 vst1q_u16(reinterpret_cast<uint16_t *>(utf16_output), inlow);