Home | History | Annotate | Download | only in opts

Lines Matching refs:yhi

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 */"
341 yhi = t_yhi;
348 /* clamp Y>>16 (aka yhi) to 0..maxY */
349 yhi = vmax_s16(yhi, zero4); /* now 0.. */
350 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */
360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */"
376 /* clamp Y>>16 (aka yhi) to 0..maxY */
385 register int16x4_t out_y asm("d17") = yhi;