Searched refs:VEX_HWCAPS_PPC64_ISA2_07 (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex.h120 #define VEX_HWCAPS_PPC64_ISA2_07 (1<<20) /* ISA 2.07 -- e.g., mtvsrd */ macro
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c709 * (coregrind/m_machine.c) has the VEX_HWCAPS_PPC64_ISA2_07
731 hw_caps_2_07 = (vex_archinfo->hwcaps & VEX_HWCAPS_PPC64_ISA2_07)
732 == VEX_HWCAPS_PPC64_ISA2_07;
/external/valgrind/VEX/priv/
H A Dmain_main.c1579 { VEX_HWCAPS_PPC64_ISA2_07, "ISA2_07" },
1863 if ((hwcaps & VEX_HWCAPS_PPC64_ISA2_07) != 0) {
H A Dhost_ppc_isel.c6149 | VEX_HWCAPS_PPC64_ISA2_07;
H A Dguest_ppc_toIR.c18892 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC64_ISA2_07));
20386 | VEX_HWCAPS_PPC64_ISA2_07;
/external/valgrind/coregrind/
H A Dm_machine.c1279 if (have_isa_2_07) vai.hwcaps |= VEX_HWCAPS_PPC64_ISA2_07;

Completed in 491 milliseconds