Searched refs:sel8x8_3 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_simd64.c | 117 static inline UChar sel8x8_3 ( ULong w64 ) { in sel8x8_3() function 491 toUChar( sel8x8_3(xx) + sel8x8_3(yy) ), in h_generic_calc_Add8x8() 517 qadd8S( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_QAdd8Sx8() 541 qadd8U( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_QAdd8Ux8() 575 toUChar( sel8x8_3(xx) - sel8x8_3(yy) ), in h_generic_calc_Sub8x8() 601 qsub8S( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_QSub8Sx8() 625 qsub8U( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_QSub8Ux8() 699 cmpeq8( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_CmpEQ8x8() 731 cmpgt8S( sel8x8_3(xx), sel8x8_3(yy) ), in h_generic_calc_CmpGT8Sx8() 763 cmpnez8( sel8x8_3(xx) ), in h_generic_calc_CmpNEZ8x8() [all …]
|
D | guest_x86_helpers.c | 2473 static inline UChar sel8x8_3 ( ULong w64 ) { in sel8x8_3() function 2525 t += (UInt)abdU8( sel8x8_3(xx), sel8x8_3(yy) ); in x86g_calculate_mmx_psadbw()
|
D | guest_amd64_helpers.c | 2695 static inline UChar sel8x8_3 ( ULong w64 ) { in sel8x8_3() function 2747 t += (UInt)abdU8( sel8x8_3(xx), sel8x8_3(yy) ); in amd64g_calculate_mmx_psadbw()
|