HomeSort by relevance Sort by last modified time
    Searched full:have_v (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;
802 have_V = True;
804 have_V = False;
850 (Int)have_F, (Int)have_V, (Int)have_FX,
853 if (have_V && !have_F)
854 have_V = False;
861 VG_(machine_ppc32_has_VMX) = have_V ? 1 : 0;
867 if (have_V) vai.hwcaps |= VEX_HWCAPS_PPC32_V;
884 volatile Bool have_F, have_V, have_FX, have_GX, have_VX;
932 have_V = True
    [all...]

Completed in 1633 milliseconds