Searched defs:sel16x4_3 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2453 static inline UShort sel16x4_3 ( ULong w64 ) { function
2508 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
H A Dhost_generic_simd64.c70 static inline UShort sel16x4_3 ( ULong w64 ) { function
497 toUShort( sel16x4_3(xx) + sel16x4_3(yy) ),
523 qadd16S( sel16x4_3(xx), sel16x4_3(yy) ),
547 qadd16U( sel16x4_3(xx), sel16x4_3(yy) ),
581 toUShort( sel16x4_3(xx) - sel16x4_3(yy) ),
607 qsub16S( sel16x4_3(x
[all...]
H A Dguest_amd64_helpers.c2937 static inline UShort sel16x4_3 ( ULong w64 ) { function
2992 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
3046 t = sel16x4_3(sLo); if (t < min) { min = t; idx = 3; }
3050 t = sel16x4_3(sHi); if (t < min) { min = t; idx = 7; }

Completed in 104 milliseconds