Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex.h111 #define VEX_HWCAPS_PPC32_ISA3_0 (1<<21) /* ISA 3.0 -- e.g., cnttzw */ macro
/external/valgrind/VEX/priv/
Dmain_main.c1600 { VEX_HWCAPS_PPC32_ISA3_0, "ISA3_0" }, in show_hwcaps_ppc32()
1918 if ((hwcaps & VEX_HWCAPS_PPC32_ISA3_0) != 0) { in check_hwcaps()
Dguest_ppc_toIR.c27782 allow_isa_3_0 = (0 != (hwcaps & VEX_HWCAPS_PPC32_ISA3_0)); in disInstr_PPC_WRK()
/external/valgrind/coregrind/
Dm_machine.c1220 if (have_isa_3_0) vai.hwcaps |= VEX_HWCAPS_PPC32_ISA3_0; in VG_()