HomeSort by relevance Sort by last modified time
    Searched refs:x2hi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 327 int16x4_t x2hi, y2hi; local
364 x2hi = t_xhi;
373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
374 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
393 register int16x4_t out_x asm("d18") = x2hi;
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 327 int16x4_t x2hi, y2hi; local
364 x2hi = t_xhi;
373 x2hi = vmax_s16(x2hi, zero4); /* now 0.. */
374 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
393 register int16x4_t out_x asm("d18") = x2hi;

Completed in 397 milliseconds