Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex.h121 #define VEX_HWCAPS_PPC64_ISA3_0 (1<<22) /* ISA 3.0 -- e.g., cnttzw */ macro
/external/valgrind/VEX/priv/
Dmain_main.c1631 { VEX_HWCAPS_PPC64_ISA3_0, "ISA3_0" }, in show_hwcaps_ppc64()
1960 if ((hwcaps & VEX_HWCAPS_PPC64_ISA3_0) != 0) { in check_hwcaps()
Dhost_ppc_isel.c6850 | VEX_HWCAPS_PPC64_ISA2_07 | VEX_HWCAPS_PPC64_ISA3_0; in iselSB_PPC()
Dguest_ppc_toIR.c27773 allow_isa_3_0 = (0 != (hwcaps & VEX_HWCAPS_PPC64_ISA3_0)); in disInstr_PPC_WRK()
29517 | VEX_HWCAPS_PPC64_ISA2_07 | VEX_HWCAPS_PPC64_ISA3_0; in disInstr_PPC()
/external/valgrind/coregrind/
Dm_machine.c1373 if (have_isa_3_0) vai.hwcaps |= VEX_HWCAPS_PPC64_ISA3_0; in VG_()