Searched refs:VEX_HWCAPS_PPC32_ISA2_07 (Results 1 – 5 of 5) sorted by relevance
100 #define VEX_HWCAPS_PPC32_ISA2_07 (1<<19) /* ISA 2.07 -- e.g., mtvsrd */ macro
1357 const UInt ISA2_07 = VEX_HWCAPS_PPC32_ISA2_07; in show_hwcaps_ppc32()
5916 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in iselSB_PPC()
18523 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC32_ISA2_07)); in disInstr_PPC_WRK()19963 | VEX_HWCAPS_PPC32_DFP | VEX_HWCAPS_PPC32_ISA2_07; in disInstr_PPC()
1058 if (have_isa_2_07) vai.hwcaps |= VEX_HWCAPS_PPC32_ISA2_07; in VG_()