Lines Matching refs:GX
1151 but once you have F then you can have FX or GX too. */
1155 const UInt GX = VEX_HWCAPS_PPC32_GX;
1162 if (c == (F|GX)) return "ppc32-int-flt-GX";
1163 if (c == (F|FX|GX)) return "ppc32-int-flt-FX-GX";
1166 if (c == (F|V|GX)) return "ppc32-int-flt-vmx-GX";
1167 if (c == (F|V|FX|GX)) return "ppc32-int-flt-vmx-FX-GX";
1168 if (c == (F|V|FX|GX|DFP)) return "ppc32-int-flt-vmx-FX-GX-DFP";
1169 if (c == (F|V|FX|GX|VX|DFP)) return "ppc32-int-flt-vmx-FX-GX-VX-DFP";
1176 but once you have F then you can have FX or GX too. */
1179 const UInt GX = VEX_HWCAPS_PPC64_GX;
1185 if (c == GX) return "ppc64-int-flt-GX";
1186 if (c == (FX|GX)) return "ppc64-int-flt-FX-GX";
1189 if (c == (V|GX)) return "ppc64-int-flt-vmx-GX";
1190 if (c == (V|FX|GX)) return "ppc64-int-flt-vmx-FX-GX";
1191 if (c == (V|FX|GX|DFP)) return "ppc64-int-flt-vmx-FX-GX-DFP";
1192 if (c == (V|FX|GX|VX|DFP)) return "ppc64-int-flt-vmx-FX-GX-VX-DFP";