Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c83 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0() function
501 toUShort( sel16x4_0(xx) + sel16x4_0(yy) ) in h_generic_calc_Add16x4()
527 qadd16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Sx4()
551 qadd16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Ux4()
585 toUShort( sel16x4_0(xx) - sel16x4_0(yy) ) in h_generic_calc_Sub16x4()
611 qsub16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QSub16Sx4()
635 qsub16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QSub16Ux4()
661 mul16( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_Mul16x4()
679 mulhi16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_MulHi16Sx4()
689 mulhi16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_MulHi16Ux4()
[all …]
Dguest_amd64_helpers.c3057 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0() function
3103 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy))) in amd64g_calculate_mmx_pmaddwd()
3128 t = sel16x4_0(sLo); if (True) { min = t; idx = 0; } in amd64g_calculate_sse_phminposuw()
3132 t = sel16x4_0(sHi); if (t < min) { min = t; idx = 4; } in amd64g_calculate_sse_phminposuw()
Dguest_x86_helpers.c2523 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0() function
2569 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy))) in x86g_calculate_mmx_pmaddwd()