Searched refs:VEX_HWCAPS_PPC64_VX (Results 1 – 5 of 5) sorted by relevance
97 #define VEX_HWCAPS_PPC64_VX (1<<16) /* Vector-scalar floating-point (VSX); implies ISA 2.06 or h… macro
914 const UInt VX = VEX_HWCAPS_PPC64_VX; in show_hwcaps_ppc64()
4262 | VEX_HWCAPS_PPC64_GX | VEX_HWCAPS_PPC64_VX; in iselSB_PPC()
13346 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX)); in disInstr_PPC_WRK()14366 | VEX_HWCAPS_PPC64_GX | VEX_HWCAPS_PPC64_VX; in disInstr_PPC()
985 if (have_VX) vai.hwcaps |= VEX_HWCAPS_PPC64_VX; in VG_()