Searched defs:max8U (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c373 static inline UChar max8U ( UChar xx, UChar yy ) function
1117 max8U( sel8x8_7(xx), sel8x8_7(yy) ),
1118 max8U( sel8x8_6(xx), sel8x8_6(yy) ),
1119 max8U( sel8x8_5(xx), sel8x8_5(yy) ),
1120 max8U( sel8x8_4(xx), sel8x8_4(yy) ),
1121 max8U( sel8x8_3(xx), sel8x8_3(yy) ),
1122 max8U( sel8x8_2(xx), sel8x8_2(yy) ),
1123 max8U( sel8x8_1(xx), sel8x8_1(yy) ),
1124 max8U( sel8x8_0(xx), sel8x8_0(yy) )

Completed in 89 milliseconds