Searched refs:sel8x8_1 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_simd64.c | 125 static inline UChar sel8x8_1 ( ULong w64 ) { in sel8x8_1() function 513 toUChar( sel8x8_1(xx) + sel8x8_1(yy) ), in h_generic_calc_Add8x8() 539 qadd8S( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_QAdd8Sx8() 563 qadd8U( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_QAdd8Ux8() 597 toUChar( sel8x8_1(xx) - sel8x8_1(yy) ), in h_generic_calc_Sub8x8() 623 qsub8S( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_QSub8Sx8() 647 qsub8U( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_QSub8Ux8() 721 cmpeq8( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_CmpEQ8x8() 753 cmpgt8S( sel8x8_1(xx), sel8x8_1(yy) ), in h_generic_calc_CmpGT8Sx8() 785 cmpnez8( sel8x8_1(xx) ), in h_generic_calc_CmpNEZ8x8() [all …]
|
D | guest_amd64_helpers.c | 2978 static inline UChar sel8x8_1 ( ULong w64 ) { in sel8x8_1() function 3024 t += (UInt)abdU8( sel8x8_1(xx), sel8x8_1(yy) ); in amd64g_calculate_mmx_psadbw() 3098 t += (UInt)abdU8( sel8x8_1(xx), sel8x8_1(yy) ); in sad_8x4()
|
D | guest_x86_helpers.c | 2494 static inline UChar sel8x8_1 ( ULong w64 ) { in sel8x8_1() function 2540 t += (UInt)abdU8( sel8x8_1(xx), sel8x8_1(yy) ); in x86g_calculate_mmx_psadbw()
|