Lines Matching defs:middle
12634 // in the middle of a very long word).
13306 // Shift right accumulate the middle byte
13384 // Mask the low and middle bytes
13548 uint32x4_t middle =
13550 // Combine low and middle with shift right accumulate
13552 uint32x4_t lowmid = vsraq_n_u32(ascii, middle, 2);
13603 uint32x4_t middle = vandq_u32(perm, vmovq_n_u32(0x3f00));
13620 uint32x4_t cd = vsraq_n_u32(ascii, middle, 2);