Home
last modified time | relevance | path

Searched refs:have_cx8 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_machine.c840 { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_lzcnt, have_mmxext; in VG_() local
874 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */ in VG_()
875 if (!have_cx8) in VG_()
937 { Bool have_sse3, have_cx8, have_cx16; in VG_() local
1015 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */ in VG_()
1016 if (!have_cx8) in VG_()