OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMINUB
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse_header.h
84
SSE_HELPER_B(pminub,
FMINUB
)
ops_sse.h
339
#define
FMINUB
(a, b) ((a) < (b)) ? (a) : (b)
382
SSE_HELPER_B(helper_pminub,
FMINUB
)
[
all
...]
Completed in 20 milliseconds