OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hsub16u
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/priv/
host_generic_simd64.c
424
static inline UShort
hsub16U
( UShort xx, UShort yy )
1240
return mk16x2(
hsub16U
( sel16x2_1(xx), sel16x2_1(yy) ),
1241
hsub16U
( sel16x2_0(xx), sel16x2_0(yy) ) );
[
all
...]
Completed in 40 milliseconds