Home
last modified time | relevance | path

Searched refs:has_v_fx_gx (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_main.c1893 Bool has_v_fx_gx = (hwcaps & v_fx_gx) == v_fx_gx; in check_hwcaps() local
1895 if ((hwcaps & VEX_HWCAPS_PPC32_DFP) && ! has_v_fx_gx) in check_hwcaps()
1900 if ((hwcaps & VEX_HWCAPS_PPC32_VX) && ! has_v_fx_gx) in check_hwcaps()
1906 if (! has_v_fx_gx) in check_hwcaps()
1935 Bool has_v_fx_gx = (hwcaps & v_fx_gx) == v_fx_gx; in check_hwcaps() local
1937 if ((hwcaps & VEX_HWCAPS_PPC64_DFP) && ! has_v_fx_gx) in check_hwcaps()
1942 if ((hwcaps & VEX_HWCAPS_PPC32_VX) && ! has_v_fx_gx) in check_hwcaps()
1948 if (! has_v_fx_gx) in check_hwcaps()
1965 if ( !has_v_fx_gx) in check_hwcaps()