Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_machine.c937 { Bool have_sse3, have_cx8, have_cx16; in VG_() local
1020 have_cx16 = (ecx & (1<<13)) != 0; /* True => have cmpxchg16b */ in VG_()
1048 | (have_cx16 ? VEX_HWCAPS_AMD64_CX16 : 0) in VG_()