OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMAXSW
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse_header.h
88
SSE_HELPER_W(pmaxsw,
FMAXSW
)
ops_sse.h
342
#define
FMAXSW
(a, b) ((int16_t)(a) > (int16_t)(b)) ? (a) : (b)
386
SSE_HELPER_W(helper_pmaxsw,
FMAXSW
)
[
all
...]
Completed in 28 milliseconds