Searched refs:VEX_HWCAPS_PPC64_ISA2_07 (Results 1 – 6 of 6) sorted by relevance
120 #define VEX_HWCAPS_PPC64_ISA2_07 (1<<20) /* ISA 2.07 -- e.g., mtvsrd */ macro
731 hw_caps_2_07 = (vex_archinfo->hwcaps & VEX_HWCAPS_PPC64_ISA2_07) in setup_client_stack()732 == VEX_HWCAPS_PPC64_ISA2_07; in setup_client_stack()
1579 { VEX_HWCAPS_PPC64_ISA2_07, "ISA2_07" }, in show_hwcaps_ppc64()1863 if ((hwcaps & VEX_HWCAPS_PPC64_ISA2_07) != 0) { in check_hwcaps()
6149 | VEX_HWCAPS_PPC64_ISA2_07; in iselSB_PPC()
18892 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC64_ISA2_07)); in disInstr_PPC_WRK()20386 | VEX_HWCAPS_PPC64_ISA2_07; in disInstr_PPC()
1279 if (have_isa_2_07) vai.hwcaps |= VEX_HWCAPS_PPC64_ISA2_07; in VG_()