Home
last modified time | relevance | path

Searched refs:max32U (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_simd128.c61 static inline UInt max32U ( UInt xx, UInt yy ) in max32U() function
166 res->w32[0] = max32U(argL->w32[0], argR->w32[0]); in h_generic_calc_Max32Ux4()
167 res->w32[1] = max32U(argL->w32[1], argR->w32[1]); in h_generic_calc_Max32Ux4()
168 res->w32[2] = max32U(argL->w32[2], argR->w32[2]); in h_generic_calc_Max32Ux4()
169 res->w32[3] = max32U(argL->w32[3], argR->w32[3]); in h_generic_calc_Max32Ux4()