Searched refs:qadd16U (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_generic_simd64.c | 169 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()
|