Lines Matching refs:GX
1354 const UInt GX = VEX_HWCAPS_PPC32_GX; in show_hwcaps_ppc32() local
1362 if (c == (F|GX)) return "ppc32-int-flt-GX"; in show_hwcaps_ppc32()
1363 if (c == (F|FX|GX)) return "ppc32-int-flt-FX-GX"; in show_hwcaps_ppc32()
1366 if (c == (F|V|GX)) return "ppc32-int-flt-vmx-GX"; in show_hwcaps_ppc32()
1367 if (c == (F|V|FX|GX)) return "ppc32-int-flt-vmx-FX-GX"; in show_hwcaps_ppc32()
1368 if (c == (F|V|FX|GX|DFP)) return "ppc32-int-flt-vmx-FX-GX-DFP"; in show_hwcaps_ppc32()
1369 if (c == (F|V|FX|GX|VX|DFP)) return "ppc32-int-flt-vmx-FX-GX-VX-DFP"; in show_hwcaps_ppc32()
1370 if (c == (F|V|FX|GX|VX|DFP|ISA2_07)) in show_hwcaps_ppc32()
1382 const UInt GX = VEX_HWCAPS_PPC64_GX; in show_hwcaps_ppc64() local
1389 if (c == GX) return "ppc64-int-flt-GX"; in show_hwcaps_ppc64()
1390 if (c == (FX|GX)) return "ppc64-int-flt-FX-GX"; in show_hwcaps_ppc64()
1393 if (c == (V|GX)) return "ppc64-int-flt-vmx-GX"; in show_hwcaps_ppc64()
1394 if (c == (V|FX|GX)) return "ppc64-int-flt-vmx-FX-GX"; in show_hwcaps_ppc64()
1395 if (c == (V|FX|GX|DFP)) return "ppc64-int-flt-vmx-FX-GX-DFP"; in show_hwcaps_ppc64()
1396 if (c == (V|FX|GX|VX|DFP)) return "ppc64-int-flt-vmx-FX-GX-VX-DFP"; in show_hwcaps_ppc64()
1397 if (c == (V|FX|GX|VX|DFP|ISA2_07)) in show_hwcaps_ppc64()