OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:narrow32to16
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
host_generic_simd128.c
121
static inline UShort
narrow32to16
( UInt xx )
function
351
res->w16[0] =
narrow32to16
(argR->w32[0]);
352
res->w16[1] =
narrow32to16
(argR->w32[1]);
353
res->w16[2] =
narrow32to16
(argR->w32[2]);
354
res->w16[3] =
narrow32to16
(argR->w32[3]);
355
res->w16[4] =
narrow32to16
(argL->w32[0]);
356
res->w16[5] =
narrow32to16
(argL->w32[1]);
357
res->w16[6] =
narrow32to16
(argL->w32[2]);
358
res->w16[7] =
narrow32to16
(argL->w32[3]);
host_generic_simd64.c
320
static inline UShort
narrow32to16
( UInt xx )
function
860
narrow32to16
(d),
861
narrow32to16
(c),
862
narrow32to16
(b),
863
narrow32to16
(a)
[
all
...]
Completed in 2593 milliseconds