OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_cx8
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
m_machine.c
611
{ Bool have_sse1, have_sse2,
have_cx8
, have_lzcnt;
local
644
have_cx8
= (edx & (1<<8)) != 0; /* True => have cmpxchg8b */
645
if (!
have_cx8
)
680
{ Bool have_sse3,
have_cx8
, have_cx16;
local
717
have_cx8
= (edx & (1<<8)) != 0; /* True => have cmpxchg8b */
718
if (!
have_cx8
)
[
all
...]
Completed in 2893 milliseconds