OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_sse3
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/
m_machine.c
780
{ Bool have_sse1, have_sse2,
have_sse3
, have_cx8, have_lzcnt, have_mmxext;
local
809
have_sse3
= (ecx & (1<<0)) != 0; /* True => have sse3 insns */
844
if (
have_sse3
&& have_sse2 && have_sse1 && have_mmxext) {
877
{ Bool
have_sse3
, have_cx8, have_cx16;
local
909
have_sse3
= (ecx & (1<<0)) != 0; /* True => have sse3 insns */
[
all
...]
/external/valgrind/VEX/priv/
main_main.c
1783
Bool
have_sse3
= (hwcaps & VEX_HWCAPS_AMD64_SSE3) != 0;
local
[
all
...]
Completed in 53 milliseconds