Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_simd64.c169 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U() function
548 qadd16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Ux4()
549 qadd16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Ux4()
550 qadd16U( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QAdd16Ux4()
551 qadd16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Ux4()
1267 return mk16x2( qadd16U( sel16x2_1(xx), sel16x2_1(yy) ), in h_generic_calc_QAdd16Ux2()
1268 qadd16U( sel16x2_0(xx), sel16x2_0(yy) ) ); in h_generic_calc_QAdd16Ux2()