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

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

Completed in 141 milliseconds