OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mul32
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
host_generic_simd128.c
45
static inline UInt
mul32
( Int xx, Int yy )
function
136
res->w32[0] =
mul32
(argL->w32[0], argR->w32[0]);
137
res->w32[1] =
mul32
(argL->w32[1], argR->w32[1]);
138
res->w32[2] =
mul32
(argL->w32[2], argR->w32[2]);
139
res->w32[3] =
mul32
(argL->w32[3], argR->w32[3]);
host_generic_simd64.c
231
static inline Int
mul32
( Int xx, Int yy )
function
668
mul32
( sel32x2_1(xx), sel32x2_1(yy) ),
669
mul32
( sel32x2_0(xx), sel32x2_0(yy) )
[
all
...]
Completed in 51 milliseconds