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

/external/valgrind/main/VEX/priv/
H A Dmain_main.c1350 but once you have F then you can have FX or GX too. */
1354 const UInt GX = VEX_HWCAPS_PPC32_GX; local
1362 if (c == (F|GX)) return "ppc32-int-flt-GX";
1363 if (c == (F|FX|GX)) return "ppc32-int-flt-FX-GX";
1366 if (c == (F|V|GX)) return "ppc32-int-flt-vmx-GX";
1367 if (c == (F|V|FX|GX)) return "ppc32-int-flt-vmx-FX-GX";
1382 const UInt GX = VEX_HWCAPS_PPC64_GX; local
[all...]

Completed in 462 milliseconds