Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex.h90 #define VEX_HWCAPS_X86_SSE3 (1<<4) /* SSE3 support (>= Prescott) */ macro
/external/valgrind/VEX/priv/
Dmain_main.c1480 { VEX_HWCAPS_X86_SSE3, "sse3" }, in show_hwcaps_x86()
1761 VEX_HWCAPS_X86_SSE3 in check_hwcaps()
Dhost_x86_defs.c732 |VEX_HWCAPS_X86_SSE3 in X86Instr_MFence()
2719 if (i->Xin.MFence.hwcaps & (VEX_HWCAPS_X86_SSE3 in emit_X86Instr()
Dhost_x86_isel.c4438 | VEX_HWCAPS_X86_SSE3 in iselSB_X86()
Dguest_x86_toIR.c11789 if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE3)) in disInstr_X86_WRK()
/external/valgrind/coregrind/
Dm_machine.c848 vai.hwcaps |= VEX_HWCAPS_X86_SSE3; in VG_()
/external/valgrind/VEX/useful/
Dtest_main.c174 | VEX_HWCAPS_X86_SSE2 | VEX_HWCAPS_X86_SSE3; in main()