Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c78 static inline UShort sel16x4_1 ( ULong w64 ) { in sel16x4_1() function
469 toUShort( sel16x4_1(xx) + sel16x4_1(yy) ), in h_generic_calc_Add16x4()
495 qadd16S( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QAdd16Sx4()
519 qadd16U( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QAdd16Ux4()
553 toUShort( sel16x4_1(xx) - sel16x4_1(yy) ), in h_generic_calc_Sub16x4()
579 qsub16S( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QSub16Sx4()
603 qsub16U( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_QSub16Ux4()
629 mul16( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_Mul16x4()
647 mulhi16S( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_MulHi16Sx4()
657 mulhi16U( sel16x4_1(xx), sel16x4_1(yy) ), in h_generic_calc_MulHi16Ux4()
[all …]
Dguest_amd64_helpers.c2623 static inline UShort sel16x4_1 ( ULong w64 ) { in sel16x4_1() function
2672 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy))) in amd64g_calculate_mmx_pmaddwd()
Dguest_x86_helpers.c2448 static inline UShort sel16x4_1 ( ULong w64 ) { in sel16x4_1() function
2497 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy))) in x86g_calculate_mmx_pmaddwd()