Searched defs:GX (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dmain_main.c1151 but once you have F then you can have FX or GX too. */
1155 const UInt GX = VEX_HWCAPS_PPC32_GX; local
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";
1179 const UInt GX = VEX_HWCAPS_PPC64_GX; local
[all...]

Completed in 291 milliseconds