Searched refs:VEX_HWCAPS_PPC32_ISA3_0 (Results 1 – 4 of 4) sorted by relevance
111 #define VEX_HWCAPS_PPC32_ISA3_0 (1<<21) /* ISA 3.0 -- e.g., cnttzw */ macro
1600 { VEX_HWCAPS_PPC32_ISA3_0, "ISA3_0" }, in show_hwcaps_ppc32()1918 if ((hwcaps & VEX_HWCAPS_PPC32_ISA3_0) != 0) { in check_hwcaps()
27782 allow_isa_3_0 = (0 != (hwcaps & VEX_HWCAPS_PPC32_ISA3_0)); in disInstr_PPC_WRK()
1220 if (have_isa_3_0) vai.hwcaps |= VEX_HWCAPS_PPC32_ISA3_0; in VG_()