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

/external/valgrind/VEX/priv/
H A Dmain_main.c1815 Bool has_v_fx_gx = (hwcaps & v_fx_gx) == v_fx_gx; local
1817 if ((hwcaps & VEX_HWCAPS_PPC32_DFP) && ! has_v_fx_gx)
1822 if ((hwcaps & VEX_HWCAPS_PPC32_VX) && ! has_v_fx_gx)
1828 if (! has_v_fx_gx)
1851 Bool has_v_fx_gx = (hwcaps & v_fx_gx) == v_fx_gx; local
1853 if ((hwcaps & VEX_HWCAPS_PPC64_DFP) && ! has_v_fx_gx)
1858 if ((hwcaps & VEX_HWCAPS_PPC32_VX) && ! has_v_fx_gx)
1864 if (! has_v_fx_gx)

Completed in 63 milliseconds