Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c70 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3() function
497 toUShort( sel16x4_3(xx) + sel16x4_3(yy) ), in h_generic_calc_Add16x4()
523 qadd16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Sx4()
547 qadd16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Ux4()
581 toUShort( sel16x4_3(xx) - sel16x4_3(yy) ), in h_generic_calc_Sub16x4()
607 qsub16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QSub16Sx4()
631 qsub16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QSub16Ux4()
657 mul16( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_Mul16x4()
675 mulhi16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_MulHi16Sx4()
685 mulhi16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_MulHi16Ux4()
[all …]
Dguest_amd64_helpers.c2937 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3() function
2992 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy))) in amd64g_calculate_mmx_pmaddwd()
3046 t = sel16x4_3(sLo); if (t < min) { min = t; idx = 3; } in amd64g_calculate_sse_phminposuw()
3050 t = sel16x4_3(sHi); if (t < min) { min = t; idx = 7; } in amd64g_calculate_sse_phminposuw()
Dguest_x86_helpers.c2453 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3() function
2508 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy))) in x86g_calculate_mmx_pmaddwd()