Lines Matching defs:trail
13341 // Create a magic number containing the low 2 bits of the trail surrogate and all the
13350 // Generate unadjusted trail surrogate minus lowest 2 bits
13352 uint32x4_t trail = vbslq_u32(vmovq_n_u32(0x0000FF00), vreinterpretq_u32_u8(swap), shift);
13353 // Insert low 2 bits of trail surrogate to magic number for later
13364 uint16x8_t blend = vreinterpretq_u16_u32(vbslq_u32(vmovq_n_u32(0x0000FFFF), trail, lead));