Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_machine.c475 { Bool have_sse1, have_sse2, have_cx8, have_lzcnt; in VG_() local
509 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */ in VG_()
510 if (!have_cx8) in VG_()
545 { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_cx16; in VG_() local
584 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */ in VG_()
585 if (!have_cx8) in VG_()