Searched refs:sel16x4_2 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_simd64.c | 75 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2() function 499 toUShort( sel16x4_2(xx) + sel16x4_2(yy) ), in h_generic_calc_Add16x4() 525 qadd16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Sx4() 549 qadd16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Ux4() 583 toUShort( sel16x4_2(xx) - sel16x4_2(yy) ), in h_generic_calc_Sub16x4() 609 qsub16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QSub16Sx4() 633 qsub16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QSub16Ux4() 659 mul16( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_Mul16x4() 677 mulhi16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_MulHi16Sx4() 687 mulhi16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_MulHi16Ux4() [all …]
|
D | guest_amd64_helpers.c | 3049 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2() function 3101 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))), in amd64g_calculate_mmx_pmaddwd() 3130 t = sel16x4_2(sLo); if (t < min) { min = t; idx = 2; } in amd64g_calculate_sse_phminposuw() 3134 t = sel16x4_2(sHi); if (t < min) { min = t; idx = 6; } in amd64g_calculate_sse_phminposuw()
|
D | guest_x86_helpers.c | 2515 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2() function 2567 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))), in x86g_calculate_mmx_pmaddwd()
|