Home | History | Annotate | Download | only in core

Lines Matching refs:xhi

313          * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo'
331 int16x4_t xlo, xhi, ylo, yhi;
341 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
346 xhi = t_xhi;
351 /* clamp X>>16 (aka xhi) to 0..maxX */
352 xhi = vmax_s16(xhi, zero4); /* now 0.. */
353 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
367 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
381 /* clamp X>>16 (aka xhi) to 0..maxX */
393 register int16x4_t out_x asm("d16") = xhi;
396 asm ("vst2.16 {d16-d17},[%2] /* xlo=%P0 xhi=%P1 */"
405 asm ("vst2.16 {d18-d19},[%2] /* xlo=%P0 xhi=%P1 */"