Lines Matching refs:xhi
308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
326 int16x4_t xhi, yhi;
336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
340 xhi = t_xhi;
344 /* clamp X>>16 (aka xhi) to 0..maxX */
345 xhi = vmax_s16(xhi, zero4); /* now 0.. */
346 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
372 /* clamp X>>16 (aka xhi) to 0..maxX */
384 register int16x4_t out_x asm("d16") = xhi;
387 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
396 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"