Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_simd64.c153 static inline Short qadd16S ( Short xx, Short yy ) in qadd16S() function
524 qadd16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Sx4()
525 qadd16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Sx4()
526 qadd16S( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QAdd16Sx4()
527 qadd16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Sx4()
1273 return mk16x2( qadd16S( sel16x2_1(xx), sel16x2_1(yy) ), in h_generic_calc_QAdd16Sx2()
1274 qadd16S( sel16x2_0(xx), sel16x2_0(yy) ) ); in h_generic_calc_QAdd16Sx2()