Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex.h79 #define VEX_HWCAPS_X86_SSE3 (1<<4) /* SSE3 support (>= Prescott) */ macro
/external/valgrind/main/VEX/priv/
Dmain_main.c1277 | VEX_HWCAPS_X86_SSE3: in show_hwcaps_x86()
1280 | VEX_HWCAPS_X86_SSE3 | VEX_HWCAPS_X86_LZCNT: in show_hwcaps_x86()
Dhost_x86_defs.c733 |VEX_HWCAPS_X86_SSE3 in X86Instr_MFence()
2707 if (i->Xin.MFence.hwcaps & (VEX_HWCAPS_X86_SSE3 in emit_X86Instr()
Dhost_x86_isel.c4438 | VEX_HWCAPS_X86_SSE3 in iselSB_X86()
/external/valgrind/main/VEX/
Dtest_main.c174 | VEX_HWCAPS_X86_SSE2 | VEX_HWCAPS_X86_SSE3; in main()