HomeSort by relevance Sort by last modified time
    Searched full:have_f (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/
m_machine.c 751 volatile Bool have_F, have_V, have_FX, have_GX, have_VX;
794 have_F = True;
796 have_F = False;
850 (Int)have_F, (Int)have_V, (Int)have_FX,
853 if (have_V && !have_F)
855 if (have_FX && !have_F)
857 if (have_GX && !have_F)
860 VG_(machine_ppc32_has_FP) = have_F ? 1 : 0;
866 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F;
884 volatile Bool have_F, have_V, have_FX, have_GX, have_VX
    [all...]

Completed in 52 milliseconds